]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-154395: Skip test_environment_is_not_modified without rl_change_environment (GH...
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 22 Jul 2026 04:25:24 +0000 (07:25 +0300)
committerGitHub <noreply@github.com>
Wed, 22 Jul 2026 04:25:24 +0000 (04:25 +0000)
commit0e4940f0c113d8f4522ca3c120e470e9da922a8d
tree7aa0077b07c6197acfb507fd98361727812bb522
parentf1730ddc474d9d103c4f85ecc4bb1e995a268ed9
gh-154395: Skip test_environment_is_not_modified without rl_change_environment (GH-154396)

readline sets LINES and COLUMNS if rl_change_environment is not
available, which is the case with readline older than 6.3.

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Lib/test/test_readline.py