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 berker.peksag
Recipients berker.peksag, brett.cannon, r.david.murray, vstinner, zuo
Date 2016-07-14.14:49:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468507777.98.0.531788031282.issue18858@psf.upfronthosting.co.za>
In-reply-to
Content
> This patch adds a test but does not fix the bug.

I forgot to explain what the first patch does. The specific problem reported by OP has already been fixed in default branch (but not in 3.5) so issue18858.diff was added a test to make sure that threading and dummy_threading API are in sync.

dummy_threading.currentThread() and dummy_threading.activeCount() still don't work in both 3.5 and default branches so we basically need two different patches. I'm attaching a patch for 3.5.
History
Date User Action Args
2016-07-14 14:49:38berker.peksagsetrecipients: + berker.peksag, brett.cannon, vstinner, r.david.murray, zuo
2016-07-14 14:49:37berker.peksagsetmessageid: <1468507777.98.0.531788031282.issue18858@psf.upfronthosting.co.za>
2016-07-14 14:49:37berker.peksaglinkissue18858 messages
2016-07-14 14:49:37berker.peksagcreate