Skip to content

Commit e55dad5

Browse files
bluetechsrittau
authored andcommitted
1 parent 2f65683 commit e55dad5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stdlib/3/sys.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ path_hooks: List[Any] # TODO precise type; function, path to finder
4646
path_importer_cache: Dict[str, Any] # TODO precise type
4747
platform: str
4848
prefix: str
49+
if sys.version_info >= (3, 8):
50+
pycache_prefix: Optional[str]
4951
ps1: str
5052
ps2: str
5153
stdin: TextIO

0 commit comments

Comments
 (0)