]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-119180: PEP 649 compiler changes (#119361)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Tue, 11 Jun 2024 13:06:49 +0000 (07:06 -0600)
committerGitHub <noreply@github.com>
Tue, 11 Jun 2024 13:06:49 +0000 (13:06 +0000)
commit9b8611eeea172cd4aa626ccd1ca333dc4093cd8c
tree93491345df33ac20e4c4e87f226ff7a7e781e465
parent02c1dfff073a3dd6ce34a11b038defde291c2203
gh-119180: PEP 649 compiler changes (#119361)
28 files changed:
Include/internal/pycore_global_objects_fini_generated.h
Include/internal/pycore_global_strings.h
Include/internal/pycore_opcode_utils.h
Include/internal/pycore_runtime_init_generated.h
Include/internal/pycore_symtable.h
Include/internal/pycore_unicodeobject_generated.h
Lib/inspect.py
Lib/symtable.py
Lib/test/test_dis.py
Lib/test/test_grammar.py
Lib/test/test_module/__init__.py
Lib/test/test_opcodes.py
Lib/test/test_positional_only_arg.py
Lib/test/test_pyclbr.py
Lib/test/test_pydoc/test_pydoc.py
Lib/test/test_pyrepl/test_interact.py
Lib/test/test_symtable.py
Lib/test/test_traceback.py
Lib/test/test_type_annotations.py
Lib/test/test_typing.py
Lib/test/typinganndata/ann_module.py
Lib/typing.py
Misc/NEWS.d/next/Core and Builtins/2024-05-22-06-22-47.gh-issue-119180.vZMiXm.rst [new file with mode: 0644]
Python/bytecodes.c
Python/compile.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/symtable.c