Hi Fijal, On 7 April 2015 at 20:14, Maciej Fijalkowski <fij...@gmail.com> wrote: > Are you sure this is true for the case where object is found inside a > cycle? (these days, they're run, not sure if in 2.7 or 3.x)
Ah, you're right. There is always the case where objects are reachable from a cycle (even if they are not *inside* a cycle themselves). Even on CPython, one thread can make purely thread-local objects in this situation. Then the cycle can be broken in an unrelated thread and the __del__ called from there. A bientôt, Armin. _______________________________________________ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev