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.

Author Dustin.Kirkland
Recipients Dustin.Kirkland, pitrou, sbt
Date 2012-03-21.17:55:47
SpamBayes Score 1.7253083e-06
Marked as misclassified No
Message-id <1332352548.45.0.109360599389.issue14308@psf.upfronthosting.co.za>
In-reply-to
Content
Okay, update...

I did rebuild all of Python from source (actually, I applied it to the Ubuntu python2.7 package, rebuilt that locally, and then upgraded to the new python2.7 deb's.  I could see my change was applied /usr/lib/python2.7/threading.py, and I can safely assume that it landed in the pyc as well.

I restarted Apache2 to reload my wsgi script.  But unfortunately, I get the same error in /var/log/apache/error.log:

[Wed Mar 21 12:52:36 2012] [error] Exception AttributeError: AttributeError("'_DummyThread' object has no attribute '_Thread__block'"
,) in <module 'threading' from '/usr/lib/python2.7/threading.pyc'> ignored                                                           

So please consider my patch as wrong/bad/insufficient.

Issue is still open, though.  Thanks.
History
Date User Action Args
2012-03-21 17:55:48Dustin.Kirklandsetrecipients: + Dustin.Kirkland, pitrou, sbt
2012-03-21 17:55:48Dustin.Kirklandsetmessageid: <1332352548.45.0.109360599389.issue14308@psf.upfronthosting.co.za>
2012-03-21 17:55:47Dustin.Kirklandlinkissue14308 messages
2012-03-21 17:55:47Dustin.Kirklandcreate