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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, brett.cannon, larry, pitrou, vstinner
Date 2013-12-13.14:32:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386945160.33.0.778431596533.issue19973@psf.upfronthosting.co.za>
In-reply-to
Content
PyPy also has a "C-translated" version of the io module.
It's a bit faster I think, but more importantly it has correct behavior with signals and other asynchronous errors.

_pyio.py can be stopped in the middle of any function, and is not completely signal-safe.
History
Date User Action Args
2013-12-13 14:32:40amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, brett.cannon, pitrou, vstinner, larry
2013-12-13 14:32:40amaury.forgeotdarcsetmessageid: <1386945160.33.0.778431596533.issue19973@psf.upfronthosting.co.za>
2013-12-13 14:32:40amaury.forgeotdarclinkissue19973 messages
2013-12-13 14:32:40amaury.forgeotdarccreate