]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-95150: Use position and exception tables for code hashing and equality (GH-95509)
authorBrandt Bucher <brandtbucher@gmail.com>
Mon, 1 Aug 2022 18:02:56 +0000 (11:02 -0700)
committerGitHub <noreply@github.com>
Mon, 1 Aug 2022 18:02:56 +0000 (11:02 -0700)
commitc7e5bbaee88a71dc6e633e3cd451ed1798436382
treebc1fd93fbb18b2745ebc1956ea5448a19f5bbdf1
parenta95e60db748ec6f2c19b5710c11f62e1e4d669f4
GH-95150: Use position and exception tables for code hashing and equality (GH-95509)
Lib/test/test_code.py
Lib/test/test_compile.py
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core and Builtins/2022-07-31-13-23-12.gh-issue-95150.67FXVo.rst [new file with mode: 0644]
Objects/codeobject.c