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

2010-01-20 Thread Yinon Ehrlich
Yinon Ehrlich yino...@users.sourceforge.net added the comment: I saw this error in my scripts when using Python 2.5 on Ubuntu. When imported trunk version instead of Python2.5 one, it disappeared. So it's fixed in subprocess - def __del__ -- nosy: +Yinon

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

2010-01-17 Thread Florent Xicluna
Changes by Florent Xicluna la...@yahoo.fr: -- status: pending - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3599 ___ ___ Python-bugs-list

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

2010-01-09 Thread Florent Xicluna
Florent Xicluna la...@yahoo.fr added the comment: Since nobody (and no bot) reported this error in twelve months, we may close it. -- resolution: - works for me status: open - pending ___ Python tracker rep...@bugs.python.org

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

2009-12-27 Thread Senthil Kumaran
Senthil Kumaran orsent...@gmail.com added the comment: I dont see the failure on trunk either. Is it either specific to windows or existed back when the bug was raised? -- nosy: +orsenthil ___ Python tracker rep...@bugs.python.org

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

2009-11-30 Thread flox
flox la...@yahoo.fr added the comment: Tested on debian with r76600 (/branches/release26-maint No error. ~/dev/python/release26-maint $ ./python Lib/test/regrtest.py -uall test_urllib2 test_pydoc test_urllib2 test_pydoc All 2 tests OK. ~/dev/python/release26-maint $ Is it specific to

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

2008-08-19 Thread Benjamin Peterson
New submission from Benjamin Peterson [EMAIL PROTECTED]: ./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