[New-bugs-announce] [issue5955] aifc: close() does not close the underlying file

Amaury Forgeot d'Arc report at bugs.python.org
Thu May 7 12:02:37 CEST 2009


New submission from Amaury Forgeot d'Arc <amauryfa at 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 <report at bugs.python.org>
<http://bugs.python.org/issue5955>
_______________________________________


More information about the New-bugs-announce mailing list