Add sys.getfilesystemencodeerrors from PEP 529 (#4864)

This commit is contained in:
Tom Most
2020-12-28 00:07:22 -08:00
committed by GitHub
parent a3c9392331
commit cf7606a33b

View File

@@ -160,6 +160,7 @@ if sys.platform != "win32":
def getdlopenflags() -> int: ...
def getfilesystemencoding() -> str: ...
def getfilesystemencodeerrors() -> str: ...
def getrefcount(__object: Any) -> int: ...
def getrecursionlimit() -> int: ...
@overload