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 <[email protected]>
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: <[email protected]>
2020-04-15 17:51:06vstinnerlinkissue40294 messages
2020-04-15 17:51:06vstinnercreate