mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-06 21:43:59 +08:00
0df6028dc8
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
8 lines
205 B
Python
8 lines
205 B
Python
import sys
|
|
from _stat import *
|
|
from typing import Final
|
|
|
|
if sys.version_info >= (3, 13):
|
|
# https://github.com/python/cpython/issues/114081#issuecomment-2119017790
|
|
SF_RESTRICTED: Final = 0x00080000
|