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 rstarostecki
Recipients rstarostecki
Date 2013-12-05.08:50:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386233423.48.0.18644500123.issue19893@psf.upfronthosting.co.za>
In-reply-to
Content
I wrote small test program using Python cApi, and found some memory issues while working on it. I checked it with valgrind. (test code and valgrind output appended)
Maybe I'm doing something wrong, but most of the problem occurs durring Py_Initialize. I've checked python3.2.5 and 3.3.3 version. The latest version is much less confusing, but I can still see there something nasty. 
I would be grateful if you could look at this, and tell me If I'm doing something wrong, or if I can do something to prevent this memory issues.
History
Date User Action Args
2013-12-05 08:50:23rstarosteckisetrecipients: + rstarostecki
2013-12-05 08:50:23rstarosteckisetmessageid: <1386233423.48.0.18644500123.issue19893@psf.upfronthosting.co.za>
2013-12-05 08:50:23rstarosteckilinkissue19893 messages
2013-12-05 08:50:23rstarosteckicreate