[issue12085] subprocess.Popen.__del__ raises AttributeError if __init__ was called with an invalid argument list

Petri Lehtinen report at bugs.python.org
Thu May 26 13:04:59 CEST 2011


Petri Lehtinen <petri at digip.org> added the comment:

IMO it should be explained in a comment why getattr is used instead of just self._child_created. Otherwise the patch looks good and useful.

----------
nosy: +petri.lehtinen

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


More information about the Python-bugs-list mailing list