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 loewis
Recipients amaury.forgeotdarc, loewis, pitrou
Date 2010-09-12.13:37:37
SpamBayes Score 2.7590153e-05
Marked as misclassified No
Message-id <1284298660.22.0.520207341187.issue9784@psf.upfronthosting.co.za>
In-reply-to
Content
It's probably best to rewrite these functions in the way the SDK Example section works (i.e. CreateFile/ReadFile) instead of _open/_read (*). As Amaury says, the warnings are harmless: the file numbers will always be in range, as _open created them that way (in fact, they will most likely be below 20 or so).

(*) They must have changed the SDK docs over time; IIRC, I already copied the current text (using _open) from the SDK docs back then.
History
Date User Action Args
2010-09-12 13:37:40loewissetrecipients: + loewis, amaury.forgeotdarc, pitrou
2010-09-12 13:37:40loewissetmessageid: <1284298660.22.0.520207341187.issue9784@psf.upfronthosting.co.za>
2010-09-12 13:37:38loewislinkissue9784 messages
2010-09-12 13:37:37loewiscreate