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, pitrou, santoso.wijaya, socketpair, vstinner
Date 2011-11-01.16:49:26
SpamBayes Score 1.0091395e-05
Marked as misclassified No
Message-id <1320166166.97.0.590987843343.issue12939@psf.upfronthosting.co.za>
In-reply-to
Content
An implementation of RawIO with the win32 API can be useful (and I'd be interested to compare the performance)
But maybe not for all usages: some Python interfaces are defined in terms of file descriptors, imp.load_module(), and PyTokenizer_FindEncoding for example.
History
Date User Action Args
2011-11-01 16:49:27amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, pitrou, vstinner, santoso.wijaya, socketpair
2011-11-01 16:49:26amaury.forgeotdarcsetmessageid: <1320166166.97.0.590987843343.issue12939@psf.upfronthosting.co.za>
2011-11-01 16:49:26amaury.forgeotdarclinkissue12939 messages
2011-11-01 16:49:26amaury.forgeotdarccreate