mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 12:14:27 +08:00
compileall: update for py39 again (#4269)
Co-authored-by: hauntsaninja <>
This commit is contained in:
@@ -26,6 +26,7 @@ if sys.version_info >= (3, 9):
|
||||
stripdir: Optional[str] = ..., # TODO: change to Optional[AnyPath] once https://bugs.python.org/issue40447 is resolved
|
||||
prependdir: Optional[AnyPath] = ...,
|
||||
limit_sl_dest: Optional[AnyPath] = ...,
|
||||
hardlink_dupes: bool = ...,
|
||||
) -> _SuccessType: ...
|
||||
def compile_file(
|
||||
fullname: AnyPath,
|
||||
@@ -40,6 +41,7 @@ if sys.version_info >= (3, 9):
|
||||
stripdir: Optional[str] = ..., # TODO: change to Optional[AnyPath] once https://bugs.python.org/issue40447 is resolved
|
||||
prependdir: Optional[AnyPath] = ...,
|
||||
limit_sl_dest: Optional[AnyPath] = ...,
|
||||
hardlink_dupes: bool = ...,
|
||||
) -> _SuccessType: ...
|
||||
elif sys.version_info >= (3, 7):
|
||||
def compile_dir(
|
||||
|
||||
Reference in New Issue
Block a user