File tree
4 files changed
+22
-1
lines changed- Include/cpython
- Lib/test
- Misc/NEWS.d/next/Core and Builtins
- Objects
4 files changed
+22
-1
lines changedDiff for: Include/cpython/object.h
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
229 | 229 |
| |
230 | 230 |
| |
231 | 231 |
| |
| 232 | + | |
232 | 233 |
| |
233 | 234 |
| |
234 | 235 |
| |
|
Diff for: Lib/test/test_type_cache.py
+13
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
79 | 79 |
| |
80 | 80 |
| |
81 | 81 |
| |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
82 | 95 |
| |
83 | 96 |
| |
84 | 97 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + |
Diff for: Objects/typeobject.c
+6-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
908 | 908 |
| |
909 | 909 |
| |
910 | 910 |
| |
| 911 | + | |
| 912 | + | |
911 | 913 |
| |
912 | 914 |
| |
913 | 915 |
| |
| |||
922 | 924 |
| |
923 | 925 |
| |
924 | 926 |
| |
925 |
| - | |
| 927 | + | |
| 928 | + | |
| 929 | + | |
| 930 | + | |
926 | 931 |
| |
927 | 932 |
| |
928 | 933 |
| |
|
0 commit comments