[issue19021] AttributeError in Popen.__del__

Serhiy Storchaka report at bugs.python.org
Wed Sep 25 17:35:36 CEST 2013


Serhiy Storchaka added the comment:

I'm wondering too. While the code in Popen.__del__() is almost same, I can't reproduce the issue in 3.3. Perhaps it relates to some 3.4 changes? Import machinery, weak references, the shutdown process?

Before applying the patch which fixes Popen.__del__() I want understand what happens.

----------

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


More information about the Python-bugs-list mailing list