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.

classification
Title: Run sys.__interactivehook__ for asyncio REPLs
Type: Stage: patch review
Components: Library (Lib) Versions: Python 3.10
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: pmpp, remi.lapeyre
Priority: normal Keywords: patch

Created on 2020-05-29 16:06 by remi.lapeyre, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 20517 open remi.lapeyre, 2020-05-29 16:15
Messages (1)
msg370321 - (view) Author: Rémi Lapeyre (remi.lapeyre) * Date: 2020-05-29 16:06
As a nice side effect, it gives the same completion than the standard shell.
History
Date User Action Args
2022-04-11 14:59:31adminsetgithub: 84995
2020-05-29 16:15:44remi.lapeyresetkeywords: + patch
stage: patch review
pull_requests: + pull_request19761
2020-05-29 16:15:30pmppsetnosy: + pmpp
2020-05-29 16:06:44remi.lapeyrecreate