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, larry, sbt
Date 2012-07-06.07:49:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341560979.86.0.644077731903.issue15261@psf.upfronthosting.co.za>
In-reply-to
Content
Many os functions started to accept file descriptors. I don't know how many are available on Windows, but IMO _PyVerify_fd() could be used for all of them; it's a no-op macro on Unix anyway.
History
Date User Action Args
2012-07-06 07:49:39amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, larry, sbt
2012-07-06 07:49:39amaury.forgeotdarcsetmessageid: <1341560979.86.0.644077731903.issue15261@psf.upfronthosting.co.za>
2012-07-06 07:49:39amaury.forgeotdarclinkissue15261 messages
2012-07-06 07:49:39amaury.forgeotdarccreate