forked frompython/cpython
- Notifications
You must be signed in to change notification settings - Fork0
Commit1f04e7c

Anselm Kruis
Stackless issuepython#156: Fix "uncollectable objects at shutdown" warning
Since merging commit c1c47c1, the Stackless test casetest_shutdown.TestShutdown.test_kill_modifies_slp_cstack_chain emits thewarning: "gc:0: ResourceWarning: gc: 1 uncollectable objects atshutdown; use gc.set_debug(gc.DEBUG_UNCOLLECTABLE) to list them".This commit disables GC for this test.1 parentdacb7d5 commit1f04e7c
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
399 | 399 |
| |
400 | 400 |
| |
401 | 401 |
| |
| 402 | + | |
402 | 403 |
| |
403 | 404 |
| |
404 | 405 |
| |
| |||
461 | 462 |
| |
462 | 463 |
| |
463 | 464 |
| |
| 465 | + | |
464 | 466 |
| |
465 | 467 |
| |
466 | 468 |
| |
|
0 commit comments
Comments
(0)