[issue8091] TypeError at the end of 'make test'

2010-03-09 Thread Florent Xicluna

Changes by Florent Xicluna florent.xicl...@gmail.com:


--
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue8091
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8091] TypeError at the end of 'make test'

2010-03-09 Thread Florent Xicluna

Changes by Florent Xicluna florent.xicl...@gmail.com:


--
resolution:  - duplicate
status: pending - open

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue8091
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8091] TypeError at the end of 'make test'

2010-03-09 Thread Florent Xicluna

Changes by Florent Xicluna florent.xicl...@gmail.com:


--
stage:  - committed/rejected
status: open - pending
superseder:  - subprocess.POpen.__del__() AttributeError (os module == None!)
type:  - behavior

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue8091
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8091] TypeError at the end of 'make test'

2010-03-08 Thread Barry A. Warsaw

New submission from Barry A. Warsaw ba...@python.org:

'make test' on Ubuntu 10.04 alpha produces:

328 tests OK.
1 test failed:
test_readline
37 tests skipped:
test_aepack test_al test_applesingle test_bsddb test_bsddb185
test_bsddb3 test_cd test_cl test_codecmaps_cn test_codecmaps_hk
test_codecmaps_jp test_codecmaps_kr test_codecmaps_tw test_curses
test_dl test_gl test_imageop test_imgfile test_kqueue
test_linuxaudiodev test_macos test_macostools test_normalization
test_ossaudiodev test_pep277 test_py3kwarn test_scriptpackages
test_smtpnet test_socketserver test_startfile test_sunaudiodev
test_timeout test_urllib2net test_urllibnet test_winreg
test_winsound test_zipfile64
1 skip unexpected on linux2:
test_bsddb
Exception TypeError: TypeError('NoneType' object is not callable,) in bound 
method Popen.__del__ of subprocess.Popen object at 0x5d63650 ignored
make: *** [test] Error 1

The readline failure is reported elsewhere.  It's the TypeError at the end 
that's the problem here.  I think this does not happen on Ubuntu 9.10.

--
messages: 100674
nosy: barry
priority: release blocker
severity: normal
status: open
title: TypeError at the end of 'make test'
versions: Python 2.6

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue8091
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8091] TypeError at the end of 'make test'

2010-03-08 Thread Barry A. Warsaw

Barry A. Warsaw ba...@python.org added the comment:

flox barry, Taggnostr: all the tests using subprocess  [17:42]
flox test_bz2 test_cmd_line test_platform test_popen2 test_popen test_pydoc
   test_quopri test_signal test_subprocess test_sys test_threading
   test_unicodedata test_winsound
flox you may test with this list as parameter, then shorten the list to find
   the culprit  [17:43]
flox (if it is repeatable)

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue8091
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8091] TypeError at the end of 'make test'

2010-03-08 Thread Barry A. Warsaw

Barry A. Warsaw ba...@python.org added the comment:

Does not error on Ubuntu 9.10 as far as I can tell.  Seems to be only 10.04 
(alpha) for some reason.  I've only tested on 64 bit.

This is probably not a release blocker.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue8091
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8091] TypeError at the end of 'make test'

2010-03-08 Thread Antoine Pitrou

Antoine Pitrou pit...@free.fr added the comment:

Probably a duplicate of issue5099.

--
nosy: +pitrou

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue8091
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8091] TypeError at the end of 'make test'

2010-03-08 Thread Barry A. Warsaw

Barry A. Warsaw ba...@python.org added the comment:

Not a release blocker.

--
priority: release blocker - normal

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue8091
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com