Armin Rigo <[email protected]> added the comment:

Bah, the leak appears to be StreamHolder from module/_io/interp_iobase.py:
running the tiny example with "gc.dump_rpy_heap()" at the end, the program ends
with one very large dictionary (likely "AutoFlusher.streams") and millions of
instances of "StreamHolder" and "weakref".

----------
nosy: +arigo
status: unread -> chatting

________________________________________
PyPy bug tracker <[email protected]>
<https://bugs.pypy.org/issue1683>
________________________________________
_______________________________________________
pypy-issue mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to