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 ned.deily
Recipients beazley, gregory.p.smith, ned.deily, roysmith
Date 2010-11-21.02:05:01
SpamBayes Score 7.13115e-05
Marked as misclassified No
Message-id <1290305103.54.0.960823037235.issue7322@psf.upfronthosting.co.za>
In-reply-to
Content
This would seem to be an invalid test case.  It is specifically documented that socket.makefile does not support this: "The socket must be in blocking mode (it can not have a timeout)".

http://docs.python.org/py3k/library/socket.html#socket.socket.makefile

I suppose socket.makefile could initially check the socket and throw an exception if the socket is non_blocking but the program could later change the socket to non_blocking and the same issue would presumably arise.  

Recommend closing as invalid.
History
Date User Action Args
2010-11-21 02:05:03ned.deilysetrecipients: + ned.deily, beazley, gregory.p.smith, roysmith
2010-11-21 02:05:03ned.deilysetmessageid: <1290305103.54.0.960823037235.issue7322@psf.upfronthosting.co.za>
2010-11-21 02:05:01ned.deilylinkissue7322 messages
2010-11-21 02:05:01ned.deilycreate