[issue40818] Run sys.__interactivehook__ for asyncio REPLs

2020-05-29 Thread Rémi Lapeyre
Change by Rémi Lapeyre : -- keywords: +patch pull_requests: +19761 stage: -> patch review pull_request: https://github.com/python/cpython/pull/20517 ___ Python tracker ___

[issue40818] Run sys.__interactivehook__ for asyncio REPLs

2020-05-29 Thread pmp-p
Change by pmp-p : -- nosy: +pmpp ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mail

[issue40818] Run sys.__interactivehook__ for asyncio REPLs

2020-05-29 Thread Rémi Lapeyre
New submission from Rémi Lapeyre : As a nice side effect, it gives the same completion than the standard shell. -- components: Library (Lib) messages: 370321 nosy: remi.lapeyre priority: normal severity: normal status: open title: Run sys.__interactivehook__ for asyncio REPLs versions: P