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 brian.curtin
Recipients asksol, brian.curtin
Date 2010-11-04.01:03:31
SpamBayes Score 0.0050405287
Marked as misclassified No
Message-id <1288832616.21.0.291852483251.issue10305@psf.upfronthosting.co.za>
In-reply-to
Content
As shown in a debug run of test_multiprocessing, at least two places in managers.py apparently leave open sockets. Lines 786 and 805 are the culprits, both util log lines.
History
Date User Action Args
2010-11-04 01:03:36brian.curtinsetrecipients: + brian.curtin, asksol
2010-11-04 01:03:36brian.curtinsetmessageid: <1288832616.21.0.291852483251.issue10305@psf.upfronthosting.co.za>
2010-11-04 01:03:31brian.curtinlinkissue10305 messages
2010-11-04 01:03:31brian.curtincreate