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 mbussonn, minrk, njs, pmpp, willingc, yselivanov
Date 2018-12-10.18:05:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1544465103.6.0.788709270274.issue34616@psf.upfronthosting.co.za>
In-reply-to
Content
In IPython we use `prompt_toolkit`  which does already provide a async readline alternative.

Also have a look at https://github.com/ipython/ipython/blob/320d21bf56804541b27deb488871e488eb96929f/IPython/core/interactiveshell.py#L121-L150

Seem to be equivalent to what you aare trying to do with updating your locals here https://github.com/pmp-p/aioprompt/blob/93a25ea8753975be6ed891e8d45f22db91c52200/aioprompt/__init__.py#L78-L94

It just sets the function to not create a new local scope
History
Date User Action Args
2018-12-10 18:05:03mbussonnsetrecipients: + mbussonn, njs, pmpp, yselivanov, willingc, minrk
2018-12-10 18:05:03mbussonnsetmessageid: <1544465103.6.0.788709270274.issue34616@psf.upfronthosting.co.za>
2018-12-10 18:05:03mbussonnlinkissue34616 messages
2018-12-10 18:05:03mbussonncreate