File tree
7 files changed
+348
-166
lines changedFilter options
- Include/internal
- Lib/test/test_capi
- Misc/NEWS.d/next/Core_and_Builtins
- Python
7 files changed
+348
-166
lines changedInclude/internal/pycore_optimizer.h
Copy file name to clipboardExpand all lines: Include/internal/pycore_optimizer.h+12-3Lines changed: 12 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
172 | 172 |
|
173 | 173 |
|
174 | 174 |
|
| 175 | + |
175 | 176 |
|
176 | 177 |
|
177 | 178 |
|
| ||
198 | 199 |
|
199 | 200 |
|
200 | 201 |
|
| 202 | + |
| 203 | + |
| 204 | + |
| 205 | + |
| 206 | + |
| 207 | + |
201 | 208 |
|
202 | 209 |
|
203 | 210 |
|
204 | 211 |
|
205 | 212 |
|
206 | 213 |
|
| 214 | + |
207 | 215 |
|
208 | 216 |
|
209 | 217 |
|
| ||
245 | 253 |
|
246 | 254 |
|
247 | 255 |
|
248 |
| - |
249 |
| - |
| 256 | + |
| 257 | + |
250 | 258 |
|
251 | 259 |
|
252 | 260 |
|
| ||
262 | 270 |
|
263 | 271 |
|
264 | 272 |
|
265 |
| - |
| 273 | + |
266 | 274 |
|
267 | 275 |
|
268 | 276 |
|
269 | 277 |
|
270 | 278 |
|
| 279 | + |
271 | 280 |
|
272 | 281 |
|
273 | 282 |
|
|
Lib/test/test_capi/test_opt.py
Copy file name to clipboardExpand all lines: Lib/test/test_capi/test_opt.py+62Lines changed: 62 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1437 | 1437 |
|
1438 | 1438 |
|
1439 | 1439 |
|
| 1440 | + |
| 1441 | + |
| 1442 | + |
| 1443 | + |
| 1444 | + |
| 1445 | + |
| 1446 | + |
| 1447 | + |
| 1448 | + |
| 1449 | + |
| 1450 | + |
| 1451 | + |
| 1452 | + |
| 1453 | + |
| 1454 | + |
| 1455 | + |
| 1456 | + |
| 1457 | + |
| 1458 | + |
| 1459 | + |
| 1460 | + |
| 1461 | + |
| 1462 | + |
| 1463 | + |
| 1464 | + |
| 1465 | + |
| 1466 | + |
| 1467 | + |
| 1468 | + |
| 1469 | + |
| 1470 | + |
| 1471 | + |
| 1472 | + |
| 1473 | + |
| 1474 | + |
| 1475 | + |
| 1476 | + |
| 1477 | + |
| 1478 | + |
| 1479 | + |
| 1480 | + |
| 1481 | + |
| 1482 | + |
| 1483 | + |
| 1484 | + |
| 1485 | + |
| 1486 | + |
| 1487 | + |
| 1488 | + |
| 1489 | + |
| 1490 | + |
| 1491 | + |
| 1492 | + |
| 1493 | + |
| 1494 | + |
| 1495 | + |
| 1496 | + |
| 1497 | + |
| 1498 | + |
| 1499 | + |
| 1500 | + |
| 1501 | + |
1440 | 1502 |
|
1441 | 1503 |
|
1442 | 1504 |
|
|
Misc/NEWS.d/next/Core_and_Builtins/2025-02-27-17-05-05.gh-issue-130415.iijvfW.rst
Copy file name to clipboard+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
Python/optimizer_analysis.c
Copy file name to clipboardExpand all lines: Python/optimizer_analysis.c+2-21Lines changed: 2 additions & 21 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
136 | 136 |
|
137 | 137 |
|
138 | 138 |
|
139 |
| - |
140 |
| - |
141 |
| - |
142 |
| - |
143 |
| - |
144 |
| - |
145 |
| - |
146 |
| - |
147 |
| - |
148 |
| - |
149 |
| - |
150 |
| - |
151 |
| - |
152 |
| - |
153 |
| - |
154 |
| - |
155 |
| - |
156 |
| - |
157 |
| - |
158 |
| - |
159 | 139 |
|
160 | 140 |
|
161 | 141 |
|
| ||
363 | 343 |
|
364 | 344 |
|
365 | 345 |
|
| 346 | + |
366 | 347 |
|
367 | 348 |
|
368 | 349 |
|
| ||
376 | 357 |
|
377 | 358 |
|
378 | 359 |
|
379 |
| - |
| 360 | + |
380 | 361 |
|
381 | 362 |
|
382 | 363 |
|
|
0 commit comments