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.
V
Victor Stinner committed
116fa62c6ee18e2b2ccf3697802034c0d13a16e8
Parent: 6e53308
Committed by GitHub <noreply@github.com>
on 10/4/2022, 1:28:57 PM