[issue3599] test_pydoc after test_urllib2 causes exception in Popen.__del__

Benjamin Peterson report at bugs.python.org
Tue Aug 19 16:48:35 CEST 2008


New submission from Benjamin Peterson <musiccomposition at gmail.com>:

./python.exe Lib/test/regrtest.py -uall -f ../trunk/tests.txt
test_urllib2
test_pydoc
All 2 tests OK.
Exception TypeError: TypeError("'NoneType' object is not callable",) in
<bound method Popen.__del__ of <subprocess.Popen object at 0x15ffd10>>
ignored

----------
components: Tests
messages: 71422
nosy: benjamin.peterson
priority: high
severity: normal
status: open
title: test_pydoc after test_urllib2 causes exception in Popen.__del__
versions: Python 2.6

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


More information about the Python-bugs-list mailing list