Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 433175

Summary: dev-lang/python-2.7.3-r2: Exception AttributeError: AttributeError("'_DummyThread' object has no attribute '_Thread__block'",) in <module 'threading' from '/usr/lib64/python2.7/threading.pyc'> ignored (PATCH)
Product: Gentoo Linux Reporter: Leho Kraav (:macmaN @lkraav) <leho>
Component: Current packagesAssignee: Python Gentoo Team <python>
Status: RESOLVED FIXED    
Severity: normal CC: leho, mgorny
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://hg.python.org/cpython/rev/ab9d6c4907e7
Whiteboard:
Package list:
Runtime testing required: ---

Description Leho Kraav (:macmaN @lkraav) 2012-08-29 16:18:09 UTC
This was recently discovered to be a problem [1] and was patched in all branches. I have no idea when 2.7.4 will be released, so I'd like to propose 2.7.3-r3 with this [2].

 [1]: http://bugs.python.org/issue14308
 [2]: http://hg.python.org/cpython/rev/ab9d6c4907e7

Reproducible: Always
Comment 1 Marien Zwart (RETIRED) gentoo-dev 2012-09-03 17:57:51 UTC
If I understand correctly this is an exception triggered during thread shutdown that makes it to logs. Is there harmful behaviour fixed by this other than log noise in some conditions?
Comment 2 Leho Kraav (:macmaN @lkraav) 2012-09-03 18:23:18 UTC
I don't think I'm really qualified to answer any better than the discussion on bpo bug report. On basic level, I'm not sure why the "normal" should be to start filtering this out in my logs.
Comment 3 Doug Goldstein (RETIRED) gentoo-dev 2016-03-20 03:37:00 UTC
@python: This looks like it can be closed if it was fixed in Python 2.7.4?