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 jnoller, pitrou
Date 2009-11-23.19:39:19
SpamBayes Score 0.015399585
Marked as misclassified No
Message-id <1259005162.5.0.211028824786.issue7383@psf.upfronthosting.co.za>
In-reply-to
Content
This has started a few days ago. I don't know if this was triggered by a
multiprocessing change or an unrelated one.
On trunk:

test_multiprocessing
beginning 6 repetitions
123456
......
test_multiprocessing leaked [277, 277, 277] references, sum=831

On py3k:

test_multiprocessing
beginning 6 repetitions
123456
......
test_multiprocessing leaked [229, 229, 229] references, sum=687
History
Date User Action Args
2009-11-23 19:39:22pitrousetrecipients: + pitrou, jnoller
2009-11-23 19:39:22pitrousetmessageid: <1259005162.5.0.211028824786.issue7383@psf.upfronthosting.co.za>
2009-11-23 19:39:20pitroulinkissue7383 messages
2009-11-23 19:39:19pitroucreate