New submission from Amaury Forgeot d'Arc <amaur...@gmail.com>: 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. ---------- assignee: r.david.murray messages: 87365 nosy: amaury.forgeotdarc, benjamin.peterson, r.david.murray severity: normal status: open title: aifc: close() does not close the underlying file _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue5955> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com