]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-131507: Clean up tests and type checking for `_pyrepl` (#131509)
authorŁukasz Langa <lukasz@langa.pl>
Fri, 21 Mar 2025 14:48:10 +0000 (15:48 +0100)
committerGitHub <noreply@github.com>
Fri, 21 Mar 2025 14:48:10 +0000 (15:48 +0100)
commit5d8e981c8477ce483374b2fe6cd309a08c956299
tree2825ca9e4f48f1a6bb2a2363d8397cf13ed03c7a
parentd3f6063af18a008e316e4342492e877ee51463e2
gh-131507: Clean up tests and type checking for `_pyrepl` (#131509)
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]