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 vstinner
Recipients Arfrever, gregory.p.smith, pitrou, vstinner
Date 2017-09-12.16:12:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505232759.92.0.567785478882.issue31370@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, Arfrever wrote me on IRC that the removal of dummy_threading broke portage on Gentoo: https://bugs.gentoo.org/630730

eventlet also uses dummy_threading:

eventlet/support/dns/entropy.py:23:    import dummy_threading as _threading
eventlet/support/dns/resolver.py:29:    import dummy_threading as _threading

Hum, maybe we need one release with the deprecated module, and only remove it in Python 3.8?
History
Date User Action Args
2017-09-12 16:12:39vstinnersetrecipients: + vstinner, gregory.p.smith, pitrou, Arfrever
2017-09-12 16:12:39vstinnersetmessageid: <1505232759.92.0.567785478882.issue31370@psf.upfronthosting.co.za>
2017-09-12 16:12:39vstinnerlinkissue31370 messages
2017-09-12 16:12:39vstinnercreate