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 christian.heimes
Recipients christian.heimes
Date 2008-01-30.19:10:42
SpamBayes Score 0.00043751264
Marked as misclassified No
Message-id <1201720244.02.0.0976736262476.issue1977@psf.upfronthosting.co.za>
In-reply-to
Content
The patch adds a new test and a new executable. The executable calls
Py_Initialze() and Py_Finalize() multiple times in a row. The test also
shows that Python looses about 35 references in each round.

$ ./test_reinit
round 1
[7751 refs]
round 2
[7797 refs]
round 3
[7834 refs]
round 4
[7871 refs]
round 5
[7908 refs]
round 6
[7945 refs]
round 7
[7982 refs]
round 8
[8019 refs]
round 9
[8056 refs]
round 10
[8093 refs]
History
Date User Action Args
2008-01-30 19:10:44christian.heimessetspambayes_score: 0.000437513 -> 0.00043751264
recipients: + christian.heimes
2008-01-30 19:10:44christian.heimessetspambayes_score: 0.000437513 -> 0.000437513
messageid: <1201720244.02.0.0976736262476.issue1977@psf.upfronthosting.co.za>
2008-01-30 19:10:42christian.heimeslinkissue1977 messages
2008-01-30 19:10:42christian.heimescreate