Commit 620580f
committed
Fix refleaks if Py_EnterRecursiveCall() fails
Issue python#29306: Destroy argstuple and kwdict if Py_EnterRecursiveCall() fails.1 parent 17a63e2 commit 620580f
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2350 | 2350 | | |
2351 | 2351 | | |
2352 | 2352 | | |
| 2353 | + | |
2353 | 2354 | | |
2354 | 2355 | | |
2355 | 2356 | | |
2356 | 2357 | | |
2357 | 2358 | | |
2358 | 2359 | | |
2359 | | - | |
2360 | 2360 | | |
| 2361 | + | |
2361 | 2362 | | |
2362 | 2363 | | |
2363 | 2364 | | |
| |||
2544 | 2545 | | |
2545 | 2546 | | |
2546 | 2547 | | |
| 2548 | + | |
| 2549 | + | |
2547 | 2550 | | |
2548 | 2551 | | |
2549 | 2552 | | |
| |||
0 commit comments