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 skydoom
Recipients skydoom
Date 2016-04-05.01:51:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1459821105.82.0.884891417565.issue26693@psf.upfronthosting.co.za>
In-reply-to
Content
I did a search and find the issue 1947, however it's set to "not a bug". In its last note, it's suggested a 'packaging/environment issue'. But since I can reliably reproduce the issue with the "official python package"(that installed by the system, such as I am not building the python from source), Also, the same issue does not occurred on python 2.6.2, but 3.4.3 and 3.5.1. Even though it seems the "AssertionError" message is non-harmful but it's still a bit annoying. I am wondering if you can take a look my issue?

Please compile the attached source codes to reproduce my issue. Note that it only occurred when we (explicitly or implicitly) import the 'threading' module. If we comment out that line, it works fine.
History
Date User Action Args
2016-04-05 01:51:45skydoomsetrecipients: + skydoom
2016-04-05 01:51:45skydoomsetmessageid: <1459821105.82.0.884891417565.issue26693@psf.upfronthosting.co.za>
2016-04-05 01:51:45skydoomlinkissue26693 messages
2016-04-05 01:51:45skydoomcreate