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.10:02:14
SpamBayes Score 0.0009405088
Marked as misclassified No
Message-id <1290506536.77.0.313292165719.issue10512@psf.upfronthosting.co.za>
In-reply-to
Content
When running "make test" on Python3, test_socket reports a number of ResourceWarnings due to unclosed sockets.  Attached is a patch that changes the relevant tests so that they close all the created sockets.

test_multiprocessing and test_xmlrpc have a similar problem; I will upload patches for these shortly.
History
Date User Action Args
2010-11-23 10:02:16nadeem.vawdasetrecipients: + nadeem.vawda
2010-11-23 10:02:16nadeem.vawdasetmessageid: <1290506536.77.0.313292165719.issue10512@psf.upfronthosting.co.za>
2010-11-23 10:02:14nadeem.vawdalinkissue10512 messages
2010-11-23 10:02:14nadeem.vawdacreate