]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104615: don't make unsafe swaps in apply_static_swaps (#104620)
authorCarl Meyer <carl@oddbird.net>
Thu, 18 May 2023 21:22:03 +0000 (15:22 -0600)
committerGitHub <noreply@github.com>
Thu, 18 May 2023 21:22:03 +0000 (21:22 +0000)
commit0589c6a4d3d822cace42050198cb9a5e99c879ad
treeae6785cbe277413976d6513d80f42206477d5f0b
parentdcdc90d384723920e8dea0ee04eae8c219333634
gh-104615: don't make unsafe swaps in apply_static_swaps (#104620)
14 files changed:
Include/internal/pycore_compile.h
Include/internal/pycore_global_objects_fini_generated.h
Include/internal/pycore_global_strings.h
Include/internal/pycore_runtime_init_generated.h
Include/internal/pycore_unicodeobject_generated.h
Lib/test/support/bytecode_helper.py
Lib/test/test_compile.py
Lib/test/test_listcomps.py
Lib/test/test_peepholer.py
Misc/NEWS.d/next/Core and Builtins/2023-05-18-13-00-21.gh-issue-104615.h_rtw2.rst [new file with mode: 0644]
Modules/_testinternalcapi.c
Modules/clinic/_testinternalcapi.c.h
Python/compile.c
Python/flowgraph.c