Fixes for 3.13b3 (#12257)

Fixes #12255
This commit is contained in:
Shantanu
2024-07-01 23:07:08 -07:00
committed by GitHub
parent 6b4cd03d34
commit 73d5a55a32
3 changed files with 33 additions and 16 deletions

View File

@@ -2072,5 +2072,4 @@ if sys.version_info >= (3, 11):
) -> tuple[ExceptionGroup[_ExceptionT_co] | None, ExceptionGroup[_ExceptionT_co] | None]: ...
if sys.version_info >= (3, 13):
class IncompleteInputError(SyntaxError): ...
class PythonFinalizationError(RuntimeError): ...