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 andreas.schawo
Recipients andreas.schawo, kristjan.jonsson, loewis, ocean-city, pitrou
Date 2009-03-24.11:43:26
SpamBayes Score 0.0026301139
Marked as misclassified No
Message-id <1237895008.01.0.221033253434.issue5544@psf.upfronthosting.co.za>
In-reply-to
Content
r69214 works with os.close(f.fileno());f.close() (Exception with Errno 9)
r69560 does not compile
r70152 test_fileio failed (different reason)
       MSVC Assertion with os.close(f.fileno());f.close()

I was not able to use _fileio.c from r69214 in cause of other dependencies.
History
Date User Action Args
2009-03-24 11:43:28andreas.schawosetrecipients: + andreas.schawo, loewis, pitrou, kristjan.jonsson, ocean-city
2009-03-24 11:43:28andreas.schawosetmessageid: <1237895008.01.0.221033253434.issue5544@psf.upfronthosting.co.za>
2009-03-24 11:43:26andreas.schawolinkissue5544 messages
2009-03-24 11:43:26andreas.schawocreate