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 asvetlov
Recipients asvetlov, yselivanov
Date 2019-12-01.18:38:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1575225525.0.0.724928399081.issue38951@roundup.psfhosted.org>
In-reply-to
Content
Now we use private `isinstance(thread, threading._MainThread)` check.

main_thread() function was added in Python 3.4 by me to avoid it.
Sorry, I forgot to update asyncio code.

The fix is trivial, I very appreciate if somebody will take care.
History
Date User Action Args
2019-12-01 18:38:45asvetlovsetrecipients: + asvetlov, yselivanov
2019-12-01 18:38:45asvetlovsetmessageid: <1575225525.0.0.724928399081.issue38951@roundup.psfhosted.org>
2019-12-01 18:38:44asvetlovlinkissue38951 messages
2019-12-01 18:38:44asvetlovcreate