]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-97670: Remove sys.getdxp() and analyze_dxp.py script (#97671)
authorVictor Stinner <vstinner@python.org>
Tue, 4 Oct 2022 13:28:57 +0000 (15:28 +0200)
committerGitHub <noreply@github.com>
Tue, 4 Oct 2022 13:28:57 +0000 (15:28 +0200)
commit116fa62c6ee18e2b2ccf3697802034c0d13a16e8
treefab3ca7446049af8e4b96a0d406f250f18f0303f
parent6e533088290b909df324615df24286489603989f
gh-97670: Remove sys.getdxp() and analyze_dxp.py script (#97671)

Remove the sys.getdxp() function and the Tools/scripts/analyze_dxp.py
script. DXP stands for "dynamic execution pairs". They were related
to DYNAMIC_EXECUTION_PROFILE and DXPAIRS macros which have been
removed in Python 3.11. Python can now be built with "./configure
--enable-pystats" to gather statistics on Python opcodes.
Lib/test/test_tools/test_sundry.py
Misc/NEWS.d/next/Core and Builtins/2022-09-30-13-26-58.gh-issue-97670.n61vMR.rst [new file with mode: 0644]
Python/ceval.c
Python/sysmodule.c
Tools/scripts/README
Tools/scripts/analyze_dxp.py [deleted file]