]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-95150: Use position and exception tables for code hashing and equality (GH-95509)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 1 Aug 2022 18:33:49 +0000 (11:33 -0700)
committerGitHub <noreply@github.com>
Mon, 1 Aug 2022 18:33:49 +0000 (11:33 -0700)
commit7baca3c05e16d1faeb8c77f07706b84677d97a3d
tree345cd1252a782ae2e44522c0a84c2fb4914d8d04
parent76d83b1dfe4c7be04f51bbdb01f3b82df83f8958
GH-95150: Use position and exception tables for code hashing and equality (GH-95509)

(cherry picked from commit c7e5bbaee88a71dc6e633e3cd451ed1798436382)

Co-authored-by: Brandt Bucher <brandtbucher@gmail.com>
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