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 ajaksu2, chris.mahan, giampaolo.rodola, vstinner
Date 2009-01-06.00:39:39
SpamBayes Score 0.047267124
Marked as misclassified No
Message-id <1231202380.15.0.834821770645.issue4791@psf.upfronthosting.co.za>
In-reply-to
Content
I created a separated patch to block operation on closed socket: Issue 
#4853.

So I simplified the patch to change on Modules/socketmodule.c and I 
reused self._checkClosed() in SocketIO.
History
Date User Action Args
2009-01-06 00:39:40vstinnersetrecipients: + vstinner, giampaolo.rodola, ajaksu2, chris.mahan
2009-01-06 00:39:40vstinnersetmessageid: <1231202380.15.0.834821770645.issue4791@psf.upfronthosting.co.za>
2009-01-06 00:39:39vstinnerlinkissue4791 messages
2009-01-06 00:39:39vstinnercreate