]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42246: Partial implementation of PEP 626. (GH-23113)
authorMark Shannon <mark@hotpy.org>
Thu, 12 Nov 2020 09:43:29 +0000 (09:43 +0000)
committerGitHub <noreply@github.com>
Thu, 12 Nov 2020 09:43:29 +0000 (09:43 +0000)
commit877df851c3ecdb55306840e247596e7b7805a60a
treeec00c0af84f9f228d78e23e8c8b38201129f8fae
parentcda99b4022daa08ac74b0420e9903cce883d91c6
bpo-42246: Partial implementation of PEP 626. (GH-23113)

* Implement new line number table format, as defined in PEP 626.
19 files changed:
Include/cpython/code.h
Lib/dis.py
Lib/test/test_code.py
Lib/test/test_compile.py
Lib/test/test_opcodes.py
Lib/test/test_pdb.py
Lib/test/test_sys_settrace.py
Misc/NEWS.d/next/Core and Builtins/2020-11-02-15-48-17.bpo-42246.3CNQEX.rst [new file with mode: 0644]
Objects/clinic/codeobject.c.h
Objects/codeobject.c
Objects/frameobject.c
Objects/lnotab_notes.txt
Python/ceval.c
Python/compile.c
Python/importlib.h
Python/importlib_external.h
Python/importlib_zipimport.h
Python/marshal.c
Tools/gdb/libpython.py