This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2008年08月19日 14:48 by benjamin.peterson, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (5) | |||
|---|---|---|---|
| msg71422 - (view) | Author: Benjamin Peterson (benjamin.peterson) * (Python committer) | Date: 2008年08月19日 14:48 | |
./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 |
|||
| msg95842 - (view) | Author: Florent Xicluna (flox) * (Python committer) | Date: 2009年11月30日 20:21 | |
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 Windows? |
|||
| msg96913 - (view) | Author: Senthil Kumaran (orsenthil) * (Python committer) | Date: 2009年12月27日 16:21 | |
I dont see the failure on trunk either. Is it either specific to windows or existed back when the bug was raised? |
|||
| msg97481 - (view) | Author: Florent Xicluna (flox) * (Python committer) | Date: 2010年01月09日 23:57 | |
Since nobody (and no bot) reported this error in twelve months, we may close it. |
|||
| msg98074 - (view) | Author: Yinon Ehrlich (Yinon) | Date: 2010年01月20日 11:30 | |
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__ |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:37 | admin | set | github: 47849 |
| 2010年01月20日 11:30:05 | Yinon | set | nosy:
+ Yinon messages: + msg98074 |
| 2010年01月17日 19:27:02 | flox | set | status: pending -> closed |
| 2010年01月09日 23:57:28 | flox | set | status: open -> pending resolution: works for me messages: + msg97481 |
| 2009年12月27日 16:21:38 | orsenthil | set | nosy:
+ orsenthil messages: + msg96913 |
| 2009年11月30日 20:21:20 | flox | set | nosy:
+ flox messages: + msg95842 |
| 2008年08月19日 14:48:35 | benjamin.peterson | create | |