Vlad> The discussion now goes on taking that one step further, i.e. Vlad> make sure that no cycles are created at all, ever. This is what Vlad> Skip wants. Skip wants to have access to the collectable garbage Vlad> and cleanup at best the code w.r.t. cycles. If I read my (patched) version of gcmodule.c correctly, with the gc.DEBUG_SAVEALL bit set, gc.garbage *does* acquire all garbage, not just the stuff with __del__ methods. In delete_garbage I see if (debug & DEBUG_SAVEALL) { PyList_Append(garbage, op); } else { ... usual collection business here ... } Skip
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4