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 nadeem.vawda
Recipients nadeem.vawda
Date 2010-11-23.19:24:20
SpamBayes Score 1.5058539e-05
Marked as misclassified No
Message-id <1290540263.77.0.24714506422.issue10512@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a patch that fixes the warnings in test_xmlrpc, along with some other file- and socket-related warnings in test_normalization, test_timeout and test_tk that only show up when regrtest is run with -uall.

The warning in test_timeout could be fixed with a smaller modification of the test code, but I thought it was better to have two separate attributes for the two sockets.  It seemed misleading to have _some_ of the setup/teardown code in setUp() and tearDown(), but then be doing more in the actual tests.

The warnings in test_multiprocessing seem to be due to leaks in the actual multiprocessing module, not in the test code, so that might be a bit more work to fix.
History
Date User Action Args
2010-11-23 19:24:23nadeem.vawdasetrecipients: + nadeem.vawda
2010-11-23 19:24:23nadeem.vawdasetmessageid: <1290540263.77.0.24714506422.issue10512@psf.upfronthosting.co.za>
2010-11-23 19:24:21nadeem.vawdalinkissue10512 messages
2010-11-23 19:24:20nadeem.vawdacreate