]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-131507: Clean up tests and type checking for `_pyrepl` (GH-131509) (GH...
authorŁukasz Langa <lukasz@langa.pl>
Fri, 21 Mar 2025 16:25:45 +0000 (17:25 +0100)
committerGitHub <noreply@github.com>
Fri, 21 Mar 2025 16:25:45 +0000 (17:25 +0100)
commit095c1263eb03429e8b71e5efa3c3ba35785dfc2e
tree97e49d2df5d874cbe6f9305f3a14c132aa9cfeac
parent0a22407a233bf07cf8c5ade8edb5fc73fce14735
[3.13] gh-131507: Clean up tests and type checking for `_pyrepl` (GH-131509) (GH-131546)

(cherry picked from commit 5d8e981c8477ce483374b2fe6cd309a08c956299)
14 files changed:
Lib/_colorize.py
Lib/_pyrepl/commands.py
Lib/_pyrepl/console.py
Lib/_pyrepl/mypy.ini
Lib/_pyrepl/reader.py
Lib/_pyrepl/readline.py
Lib/_pyrepl/utils.py
Lib/test/test_pyrepl/support.py
Lib/test/test_pyrepl/test_pyrepl.py
Lib/test/test_pyrepl/test_reader.py
Lib/test/test_pyrepl/test_unix_console.py
Misc/mypy/README.md [new file with mode: 0644]
Misc/mypy/_colorize.py [new symlink]
Misc/mypy/_pyrepl [new symlink]