]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-120678: pyrepl: Include globals from modules passed with `-i` (GH-120904)
authorAlex Waygood <Alex.Waygood@Gmail.com>
Wed, 17 Jul 2024 14:18:42 +0000 (15:18 +0100)
committerGitHub <noreply@github.com>
Wed, 17 Jul 2024 14:18:42 +0000 (16:18 +0200)
commitac07451116d52dd6a5545d27b6a2e3737ed27cf0
tree6420b13d1aff4436d3c596bd7a16994466fbd6b4
parent58753f33e47fe48906883dc010771f68c13b7e52
gh-120678: pyrepl: Include globals from modules passed with `-i` (GH-120904)

Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Lib/_pyrepl/__main__.py
Lib/test/support/__init__.py
Lib/test/test_pyrepl/support.py
Lib/test/test_pyrepl/test_pyrepl.py
Misc/NEWS.d/next/Library/2024-06-22-17-01-56.gh-issue-120678.Ik8dCg.rst [new file with mode: 0644]
Modules/main.c