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 anacrolix
Recipients anacrolix
Date 2012-01-28.08:44:00
SpamBayes Score 0.0068394723
Marked as misclassified No
Message-id <1327740242.45.0.88821278342.issue13894@psf.upfronthosting.co.za>
In-reply-to
Content
_threading.RLock is optional, and threading._CRLock is set to None if it isn't available. If this happens, the test_threading unittests crash.

Some implementations don't provide _thread.RLock.

Patch attached.
History
Date User Action Args
2012-01-28 08:44:02anacrolixsetrecipients: + anacrolix
2012-01-28 08:44:02anacrolixsetmessageid: <1327740242.45.0.88821278342.issue13894@psf.upfronthosting.co.za>
2012-01-28 08:44:01anacrolixlinkissue13894 messages
2012-01-28 08:44:01anacrolixcreate