[issue19021] AttributeError in Popen.__del__

Serhiy Storchaka report at bugs.python.org
Mon Feb 10 14:57:15 CET 2014


Serhiy Storchaka added the comment:

Here is a patch which implements Richard's suggestion: _active now contains pid-s instead of Popen instances. But this doesn't fix this issue. Patches for issue19255 and issue12085 fixes it.

----------
Added file: http://bugs.python.org/file34021/subprocess_active_pids.patch

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


More information about the Python-bugs-list mailing list