Commit 116fa62
authored
pythongh-97670: Remove sys.getdxp() and analyze_dxp.py script (python#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.1 parent 6e53308 commit 116fa62
6 files changed
Lines changed: 7 additions & 201 deletions
File tree
- Lib/test/test_tools
- Misc/NEWS.d/next/Core and Builtins
- Python
- Tools/scripts
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | 53 | | |
61 | 54 | | |
62 | 55 | | |
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7207 | 7207 | | |
7208 | 7208 | | |
7209 | 7209 | | |
7210 | | - | |
7211 | | - | |
7212 | | - | |
7213 | | - | |
7214 | | - | |
7215 | | - | |
7216 | | - | |
7217 | | - | |
7218 | | - | |
7219 | | - | |
7220 | | - | |
7221 | | - | |
7222 | | - | |
7223 | | - | |
7224 | | - | |
7225 | | - | |
7226 | | - | |
7227 | | - | |
7228 | | - | |
7229 | | - | |
7230 | | - | |
7231 | | - | |
7232 | | - | |
7233 | | - | |
7234 | | - | |
7235 | | - | |
7236 | | - | |
7237 | | - | |
7238 | | - | |
7239 | | - | |
7240 | | - | |
7241 | | - | |
7242 | | - | |
7243 | | - | |
7244 | | - | |
7245 | | - | |
7246 | | - | |
7247 | | - | |
7248 | | - | |
7249 | | - | |
7250 | | - | |
7251 | | - | |
7252 | | - | |
7253 | | - | |
7254 | | - | |
7255 | | - | |
7256 | | - | |
7257 | | - | |
7258 | | - | |
7259 | | - | |
7260 | | - | |
7261 | | - | |
7262 | | - | |
7263 | | - | |
7264 | | - | |
7265 | 7210 | | |
7266 | 7211 | | |
7267 | 7212 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2014 | 2014 | | |
2015 | 2015 | | |
2016 | 2016 | | |
2017 | | - | |
2018 | | - | |
2019 | | - | |
2020 | | - | |
2021 | | - | |
2022 | 2017 | | |
2023 | 2018 | | |
2024 | 2019 | | |
| |||
2217 | 2212 | | |
2218 | 2213 | | |
2219 | 2214 | | |
2220 | | - | |
2221 | | - | |
2222 | | - | |
2223 | 2215 | | |
2224 | 2216 | | |
2225 | 2217 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| |||
This file was deleted.
0 commit comments