]> granicus.if.org Git - python/commit
Kevin Jacobs <jacobs@darwin.cwru.edu>:
authorFred Drake <fdrake@acm.org>
Sat, 9 Sep 2000 06:26:40 +0000 (06:26 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 9 Sep 2000 06:26:40 +0000 (06:26 +0000)
commit16c4aa441bba65ac0e4386e4b04d25119e8fc609
tree2e2fbbe1bd7eca260dbcaeb8cc24a78a5285bc58
parent8f422461b4c19b8a66beae218311917e688f03ce
Kevin Jacobs <jacobs@darwin.cwru.edu>:
The posixfile __del__ method attempts to close the file (_file_) it
contains. However, if the open() method fails, then _file_ is never
assigned.

This closes SourceForge bug #113850.
Lib/posixfile.py