diff options
author | Victor Stinner <vstinner@python.org> | 2022-10-04 13:28:57 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-04 13:28:57 (GMT) |
commit | 116fa62c6ee18e2b2ccf3697802034c0d13a16e8 (patch) | |
tree | fab3ca7446049af8e4b96a0d406f250f18f0303f /Tools/scripts/README | |
parent | 6e533088290b909df324615df24286489603989f (diff) | |
download | cpython-116fa62c6ee18e2b2ccf3697802034c0d13a16e8.zip cpython-116fa62c6ee18e2b2ccf3697802034c0d13a16e8.tar.gz cpython-116fa62c6ee18e2b2ccf3697802034c0d13a16e8.tar.bz2 |
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.
Diffstat (limited to 'Tools/scripts/README')
-rw-r--r-- | Tools/scripts/README | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/scripts/README b/Tools/scripts/README index 6affa67..b53b0f2 100644 --- a/Tools/scripts/README +++ b/Tools/scripts/README @@ -3,7 +3,6 @@ useful while building, extending or managing Python. 2to3 Main script for running the 2to3 conversion tool abitype.py Converts a C file to use the PEP 384 type definition API -analyze_dxp.py Analyzes the result of sys.getdxp() combinerefs.py A helper for analyzing PYTHONDUMPREFS output diff.py Print file diffs in context, unified, or ndiff formats eptags.py Create Emacs TAGS file for Python modules |