File tree
16 files changed
+409
-109
lines changed- Include/internal
- Lib/test
- test_capi
- Objects
- Python
- Tools/cases_generator
16 files changed
+409
-109
lines changedDiff for: Include/internal/pycore_ceval.h
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
171 | 171 |
| |
172 | 172 |
| |
173 | 173 |
| |
| 174 | + | |
174 | 175 |
| |
175 | 176 |
| |
176 | 177 |
| |
|
Diff for: Include/internal/pycore_function.h
+9
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| 19 | + | |
19 | 20 |
| |
20 | 21 |
| |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
21 | 27 |
| |
22 | 28 |
| |
23 | 29 |
| |
24 | 30 |
| |
25 | 31 |
| |
| 32 | + | |
| 33 | + | |
| 34 | + | |
26 | 35 |
| |
27 | 36 |
| |
28 | 37 |
| |
|
+48-39
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Diff for: Lib/test/test_capi/test_misc.py
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2633 | 2633 |
| |
2634 | 2634 |
| |
2635 | 2635 |
| |
| 2636 | + | |
2636 | 2637 |
| |
2637 | 2638 |
| |
2638 | 2639 |
| |
|
Diff for: Lib/test/test_code.py
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
264 | 264 |
| |
265 | 265 |
| |
266 | 266 |
| |
267 |
| - | |
| 267 | + | |
268 | 268 |
| |
269 | 269 |
| |
270 | 270 |
| |
|
Diff for: Objects/codeobject.c
+3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
396 | 396 |
| |
397 | 397 |
| |
398 | 398 |
| |
| 399 | + | |
| 400 | + | |
| 401 | + | |
399 | 402 |
| |
400 | 403 |
| |
401 | 404 |
| |
|
Diff for: Objects/funcobject.c
+77-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
223 | 223 |
| |
224 | 224 |
| |
225 | 225 |
| |
226 |
| - | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
227 | 293 |
| |
228 | 294 |
| |
229 | 295 |
| |
| |||
236 | 302 |
| |
237 | 303 |
| |
238 | 304 |
| |
239 |
| - | |
| 305 | + | |
240 | 306 |
| |
241 | 307 |
| |
242 | 308 |
| |
| |||
851 | 917 |
| |
852 | 918 |
| |
853 | 919 |
| |
| 920 | + | |
| 921 | + | |
| 922 | + | |
| 923 | + | |
| 924 | + | |
| 925 | + | |
| 926 | + | |
| 927 | + | |
| 928 | + | |
854 | 929 |
| |
855 | 930 |
| |
856 | 931 |
| |
|
Diff for: Python/abstract_interp_cases.c.h
+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments