Berker Peksag added the comment:

> 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.

----------
stage: needs patch -> patch review
Added file: http://bugs.python.org/file43720/issue18858_v2.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18858>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to