mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-03 10:03:32 +08:00
stat: fix up (#11977)
This commit is contained in:
@@ -1 +1,7 @@
|
||||
import sys
|
||||
from _stat import *
|
||||
from typing import Literal
|
||||
|
||||
if sys.version_info >= (3, 13):
|
||||
# https://github.com/python/cpython/issues/114081#issuecomment-2119017790
|
||||
SF_RESTRICTED: Literal[0x00080000]
|
||||
|
||||
Reference in New Issue
Block a user