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 <[email protected]>
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: <[email protected]>
2011-11-01 16:49:26amaury.forgeotdarclinkissue12939 messages
2011-11-01 16:49:26amaury.forgeotdarccreate