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 vstinner
Recipients vstinner
Date 2010-01-31.23:48:21
SpamBayes Score 0.00032156325
Marked as misclassified No
Message-id <1264981703.5.0.296078231343.issue7825@psf.upfronthosting.co.za>
In-reply-to
Content
test_threadsignals leaks references. I'm unable to understand where. Maybe somewhere around Py_AddPendingCall()?
---------
$ ./python Lib/test/regrtest.py -R 3:2: test_threadsignals
test_threadsignals
beginning 5 repetitions
12345
.....
test_threadsignals leaked [8, 8] references, sum=16
1 test failed:
    test_threadsignals
---------
History
Date User Action Args
2010-01-31 23:48:23vstinnersetrecipients: + vstinner
2010-01-31 23:48:23vstinnersetmessageid: <1264981703.5.0.296078231343.issue7825@psf.upfronthosting.co.za>
2010-01-31 23:48:22vstinnerlinkissue7825 messages
2010-01-31 23:48:21vstinnercreate