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 vstinner
Date 2019-06-17.08:02:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
The _dummy_thread and dummy_threading modules are deprecated since Python 3.7 which now requires threading support. Attached PR removes these modules.
History
Date User Action Args
2019-06-17 08:02:35vstinnersetrecipients: + vstinner
2019-06-17 08:02:35vstinnersetmessageid: <[email protected]>
2019-06-17 08:02:35vstinnerlinkissue37312 messages
2019-06-17 08:02:35vstinnercreate