cpython/Lib/test/test_tools
Victor Stinner 116fa62c6e
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.
2022-10-04 15:28:57 +02:00
..
__init__.py
__main__.py
test_freeze.py
test_gprof2html.py
test_i18n.py
test_md5sum.py
test_pathfix.py
test_reindent.py
test_sundry.py