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 pitrou
Recipients ocean-city, pitrou
Date 2010-07-18.15:45:08
SpamBayes Score 0.0002566683
Marked as misclassified No
Message-id <1279467911.04.0.907775586219.issue9295@psf.upfronthosting.co.za>
In-reply-to
Content
The proposed resolution is wrong. As the comment says, there is a specific reason why f->fp is NULLed at this point.

It appears that maybe MSVCRT is not entirely thread-safe with respect to buffered file I/O. Perhaps the test can simply be disabled under Windows. Is test_close_open_print_buffered the only test that fails?
History
Date User Action Args
2010-07-18 15:45:11pitrousetrecipients: + pitrou, ocean-city
2010-07-18 15:45:11pitrousetmessageid: <1279467911.04.0.907775586219.issue9295@psf.upfronthosting.co.za>
2010-07-18 15:45:08pitroulinkissue9295 messages
2010-07-18 15:45:08pitroucreate