[3.13] gh-118894: Make asyncio REPL use pyrepl (GH-119433) (#119884)

(cherry picked from commit 2237946af0)

Co-authored-by: Łukasz Langa <lukasz@langa.pl>
This commit is contained in:
Miss Islington (bot) 2024-05-31 23:15:44 +02:00 committed by GitHub
parent 67ac19111f
commit a5272e63ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 143 additions and 65 deletions

View file

@ -6,7 +6,7 @@ from textwrap import dedent
from test.support import force_not_colorized
from _pyrepl.simple_interact import InteractiveColoredConsole
from _pyrepl.console import InteractiveColoredConsole
class TestSimpleInteract(unittest.TestCase):