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 serhiy.storchaka
Recipients serhiy.storchaka
Date 2015-11-07.20:18:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446927500.57.0.889992318056.issue25582@psf.upfronthosting.co.za>
In-reply-to
Content
POINTER() saves its result in internal cache. test_pointer_type_name and test_pointer_type_str_name use large names and resulting types consume much memory. This can be one of the causes of tests failure on the AIX buildbot with very limited memory.

If run tests repeatedly, the cache grows and can consume all memory even on the machine with enough memory.

Proposed patch fixes leaks.
History
Date User Action Args
2015-11-07 20:18:20serhiy.storchakasetrecipients: + serhiy.storchaka
2015-11-07 20:18:20serhiy.storchakasetmessageid: <1446927500.57.0.889992318056.issue25582@psf.upfronthosting.co.za>
2015-11-07 20:18:20serhiy.storchakalinkissue25582 messages
2015-11-07 20:18:20serhiy.storchakacreate