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 Jack Liu
Recipients Jack Liu, brett.cannon, eric.snow, ncoghlan
Date 2016-09-20.06:27:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474352872.56.0.448632730531.issue28202@psf.upfronthosting.co.za>
In-reply-to
Content
I know there is a workaround to set the global variables to None at last in Python scripts. But my app just provide a framework for my customers to run python scripts. That means the workaround requires my customers to update their python scripts. That may make them unhappy :(. First, we need to confirm if it's a bug of Python 3.5. If it's a bug of Python 3.5, is there a workaround in my code C++ side to call Python C APIs to resolve the memory leak issue? If it's not a bug of Python 3.5, is there any mistake in my C++ code?
History
Date User Action Args
2016-09-20 06:27:52Jack Liusetrecipients: + Jack Liu, brett.cannon, ncoghlan, eric.snow
2016-09-20 06:27:52Jack Liusetmessageid: <1474352872.56.0.448632730531.issue28202@psf.upfronthosting.co.za>
2016-09-20 06:27:52Jack Liulinkissue28202 messages
2016-09-20 06:27:52Jack Liucreate