File tree
20 files changed
+511
-189
lines changed- Include
- cpython
- internal
- Lib
- test
- Misc/NEWS.d/next/Core and Builtins
- Objects
- Python
20 files changed
+511
-189
lines changedDiff for: Include/cpython/object.h
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
246 | 246 |
| |
247 | 247 |
| |
248 | 248 |
| |
| 249 | + | |
249 | 250 |
| |
250 | 251 |
| |
251 | 252 |
| |
|
Diff for: Include/internal/pycore_frame.h
+24
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
272 | 272 |
| |
273 | 273 |
| |
274 | 274 |
| |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
275 | 299 |
| |
276 | 300 |
| |
277 | 301 |
| |
|
Diff for: Include/internal/pycore_object.h
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
355 | 355 |
| |
356 | 356 |
| |
357 | 357 |
| |
| 358 | + | |
358 | 359 |
| |
359 | 360 |
| |
| 361 | + | |
360 | 362 |
| |
361 | 363 |
| |
362 | 364 |
| |
|
Diff for: Include/internal/pycore_opcode.h
+23-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Diff for: Include/opcode.h
+55-53
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Diff for: Lib/_opcode_metadata.py
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
85 | 85 |
| |
86 | 86 |
| |
87 | 87 |
| |
| 88 | + | |
88 | 89 |
| |
89 | 90 |
| |
90 | 91 |
| |
|
Diff for: Lib/opcode.py
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
97 | 97 |
| |
98 | 98 |
| |
99 | 99 |
| |
| 100 | + | |
100 | 101 |
| |
101 | 102 |
| |
102 | 103 |
| |
|
Diff for: Lib/test/test_sys.py
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1557 | 1557 |
| |
1558 | 1558 |
| |
1559 | 1559 |
| |
1560 |
| - | |
| 1560 | + | |
1561 | 1561 |
| |
1562 | 1562 |
| |
1563 | 1563 |
| |
|
Diff for: Lib/test/test_sys_settrace.py
+23-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1614 | 1614 |
| |
1615 | 1615 |
| |
1616 | 1616 |
| |
1617 |
| - | |
| 1617 | + | |
| 1618 | + | |
| 1619 | + | |
| 1620 | + | |
| 1621 | + | |
| 1622 | + | |
| 1623 | + | |
| 1624 | + | |
1618 | 1625 |
| |
| 1626 | + | |
| 1627 | + | |
| 1628 | + | |
| 1629 | + | |
| 1630 | + | |
| 1631 | + | |
| 1632 | + | |
| 1633 | + | |
| 1634 | + | |
| 1635 | + | |
| 1636 | + | |
| 1637 | + | |
| 1638 | + | |
| 1639 | + | |
| 1640 | + | |
1619 | 1641 |
| |
1620 | 1642 |
| |
1621 | 1643 |
| |
|
0 commit comments