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 mbussonn
Recipients asvetlov, brett.cannon, mbussonn, minrk, njs, pmpp, willingc, xtreak, yselivanov
Date 2019-05-01.14:50:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1556722254.23.0.897954744103.issue34616@roundup.psfhosted.org>
In-reply-to
Content
Slides and demo (videos) during PyCon2019 Language Summit: https://github.com/Carreau/talks/tree/master/2019-05-01-Language-Summit

One question was how to handle non-asyncio in Core Python, REPL.

My response was to not take care of that in the first time, but provide the building blocks for alternative REPL, in a second time provide an async-input, and a way to register runner for alternative async libraries.
History
Date User Action Args
2019-05-01 14:50:54mbussonnsetrecipients: + mbussonn, brett.cannon, njs, asvetlov, pmpp, yselivanov, willingc, minrk, xtreak
2019-05-01 14:50:54mbussonnsetmessageid: <1556722254.23.0.897954744103.issue34616@roundup.psfhosted.org>
2019-05-01 14:50:54mbussonnlinkissue34616 messages
2019-05-01 14:50:54mbussonncreate