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, benjamin.peterson, r.david.murray
Date 2009-05-07.10:02:35
SpamBayes Score 0.00046501626
Marked as misclassified No
Message-id <1241690557.41.0.153347725808.issue5955@psf.upfronthosting.co.za>
In-reply-to
Content
Seen on Windows buildbot:
'test_aifc' left behind file '@test' and it couldn't be removed: [Error
32] The process cannot access the file because it is being used by
another process: '@test'

This is because Aifc_read.close() does not close the underlying file.
History
Date User Action Args
2009-05-07 10:02:37amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, benjamin.peterson, r.david.murray
2009-05-07 10:02:37amaury.forgeotdarcsetmessageid: <1241690557.41.0.153347725808.issue5955@psf.upfronthosting.co.za>
2009-05-07 10:02:35amaury.forgeotdarclinkissue5955 messages
2009-05-07 10:02:35amaury.forgeotdarccreate