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, amaury.forgeotdarc, jnoller, ocean-city, roudkerk, vstinner
Date 2009-01-19.15:47:13
SpamBayes Score 1.2652752e-06
Marked as misclassified No
Message-id <1232380034.13.0.421432152609.issue3321@psf.upfronthosting.co.za>
In-reply-to
Content
Why don't you check the file descriptor directly in connection_new()? 
conn->handle is read only and so can't be changed before the call to 
poll(). So other methods will also be "protected" and the error will 
be raised earlier.
History
Date User Action Args
2009-01-19 15:47:14vstinnersetrecipients: + vstinner, amaury.forgeotdarc, ocean-city, ajaksu2, roudkerk, jnoller
2009-01-19 15:47:14vstinnersetmessageid: <1232380034.13.0.421432152609.issue3321@psf.upfronthosting.co.za>
2009-01-19 15:47:13vstinnerlinkissue3321 messages
2009-01-19 15:47:13vstinnercreate