Author haypo
Recipients ajaksu2, chris.mahan, giampaolo.rodola, haypo
Date 2009-01-06.00:39:39
SpamBayes Score 0.0472671
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:40hayposetrecipients: + haypo, giampaolo.rodola, ajaksu2, chris.mahan
2009-01-06 00:39:40hayposetmessageid: <1231202380.15.0.834821770645.issue4791@psf.upfronthosting.co.za>
2009-01-06 00:39:39haypolinkissue4791 messages
2009-01-06 00:39:39haypocreate