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 pitrou
Recipients Arfrever, christian.heimes, gregory.p.smith, pitrou, r.david.murray, serhiy.storchaka, vstinner
Date 2017-09-18.16:35:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505752540.09.0.686420987425.issue31370@psf.upfronthosting.co.za>
In-reply-to
Content
> eventlet also uses dummy_threading

Not sure what you mean by that.  eventlet uses the regular try/except import dance around "import threading":

https://github.com/eventlet/eventlet/blob/master/eventlet/support/dns/entropy.py#L20-L23
https://github.com/eventlet/eventlet/blob/master/eventlet/support/dns/resolver.py#L23-L26

As for portage, Arfrever fixed it :-)

https://gitweb.gentoo.org/proj/portage.git/commit/?id=504f66b0e25281e4465ebeceb799c3e54ff2b884

That said, I am not against bringing dummy_threading back, though it would sound rather weird to use it unconditionally...
History
Date User Action Args
2017-09-18 16:35:40pitrousetrecipients: + pitrou, gregory.p.smith, vstinner, christian.heimes, Arfrever, r.david.murray, serhiy.storchaka
2017-09-18 16:35:40pitrousetmessageid: <1505752540.09.0.686420987425.issue31370@psf.upfronthosting.co.za>
2017-09-18 16:35:40pitroulinkissue31370 messages
2017-09-18 16:35:40pitroucreate