[issue5099] subprocess.POpen.__del__() AttributeError (os module == None!)

Antoine Pitrou report at bugs.python.org
Wed Apr 15 12:23:45 CEST 2009


Antoine Pitrou <pitrou at free.fr> added the comment:

There should be a try/finally in test_issue5099 to ensure that
os.remove(fname) always gets called. Otherwise, looks good.

----------
nosy: +pitrou

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5099>
_______________________________________


More information about the Python-bugs-list mailing list