ppperry added the comment:

What are you doing that creates so many circular references that the not 
collecting them causes a massive memory leak? Or are you using an alternative 
implementation of Python?

In addition, your monkeypatching is incorrect. `subprocess.gc` is the same 
object as the module you get by typing `import gc`, sou you are completely 
breaking the `gc.isenabled` functionality.

----------
nosy: +ppperry

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27448>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to