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 jquesnelle, vstinner
Date 2020-04-15.17:51:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1586973066.46.0.491660075322.issue40294@roundup.psfhosted.org>
In-reply-to
Content
_asyncio should be ported to multiphase initialization (PEP 489) and its types converted to PyType_FromSpec() rather than using statically allocated types. See bpo-1635741.
History
Date User Action Args
2020-04-15 17:51:06vstinnersetrecipients: + vstinner, jquesnelle
2020-04-15 17:51:06vstinnersetmessageid: <1586973066.46.0.491660075322.issue40294@roundup.psfhosted.org>
2020-04-15 17:51:06vstinnerlinkissue40294 messages
2020-04-15 17:51:06vstinnercreate