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 bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986) 2022-03-22 03:04:36 -07:00
__main__.py
test_freeze.py GH-91752: Skip test_freeze_simple_script when zlib is not available (#91758) 2022-05-03 10:19:54 -07:00
test_gprof2html.py
test_i18n.py
test_md5sum.py gh-84623: Remove unused imports in tests (#93772) 2022-06-13 16:56:03 +02:00
test_pathfix.py gh-84623: Remove unused imports in tests (#93772) 2022-06-13 16:56:03 +02:00
test_reindent.py
test_sundry.py gh-97670: Remove sys.getdxp() and analyze_dxp.py script (#97671) 2022-10-04 15:28:57 +02:00