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 pitrou
Recipients ocean-city, pitrou
Date 2010-09-12.13:50:52
SpamBayes Score 0.012102527
Marked as misclassified No
Message-id <1284299454.69.0.552652212907.issue9828@psf.upfronthosting.co.za>
In-reply-to
Content
It should be noted that repeatedly calling Py_Initialize / Py_Finalize leaks a lot (even without the "import _ctypes"):

--- 0 ---
[34543 refs]
--- 1 ---
[37540 refs]
--- 2 ---
[40504 refs]
--- 3 ---
[43468 refs]
--- 4 ---
[46432 refs]
--- 5 ---
[49396 refs]
--- 6 ---
[52360 refs]
--- 7 ---
[55324 refs]
--- 8 ---
[58288 refs]
--- 9 ---
[61252 refs]
--- 10 ---
[64216 refs]

And it also translates into memory consumption...
History
Date User Action Args
2010-09-12 13:50:54pitrousetrecipients: + pitrou, ocean-city
2010-09-12 13:50:54pitrousetmessageid: <1284299454.69.0.552652212907.issue9828@psf.upfronthosting.co.za>
2010-09-12 13:50:53pitroulinkissue9828 messages
2010-09-12 13:50:52pitroucreate