This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ppperry
Recipients aonishuk, gps, ppperry, r.david.murray
Date 2016-07-04.17:44:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467654262.64.0.823342405904.issue27448@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-07-04 17:44:22ppperrysetrecipients: + ppperry, gps, r.david.murray, aonishuk
2016-07-04 17:44:22ppperrysetmessageid: <1467654262.64.0.823342405904.issue27448@psf.upfronthosting.co.za>
2016-07-04 17:44:22ppperrylinkissue27448 messages
2016-07-04 17:44:22ppperrycreate