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 jnoller
Recipients ajaksu2, amaury.forgeotdarc, jnoller, ocean-city, roudkerk, vstinner
Date 2009-01-19.15:26:34
SpamBayes Score 2.499377e-08
Marked as misclassified No
Message-id <1232378796.16.0.70844611688.issue3321@psf.upfronthosting.co.za>
In-reply-to
Content
Ugh, I didn't mean to chuck your original patch, but it also wasn't 
correct for win32

Additionally, if you close the handle from underneath it, it behaves 
properly:

>>> obj.poll()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
IOError: [Errno 9] Bad file descriptor
>>>
History
Date User Action Args
2009-01-19 15:26:36jnollersetrecipients: + jnoller, amaury.forgeotdarc, vstinner, ocean-city, ajaksu2, roudkerk
2009-01-19 15:26:36jnollersetmessageid: <1232378796.16.0.70844611688.issue3321@psf.upfronthosting.co.za>
2009-01-19 15:26:35jnollerlinkissue3321 messages
2009-01-19 15:26:35jnollercreate