]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111132: Fix crash on interactive_filename in `run_mod` (#111136)
authorNikita Sobolev <mail@sobolevn.me>
Fri, 20 Oct 2023 20:31:26 +0000 (23:31 +0300)
committerGitHub <noreply@github.com>
Fri, 20 Oct 2023 20:31:26 +0000 (21:31 +0100)
commit124259f9b30f6cbab4dd2bcfb0d32f1cddcc35db
tree39b669ac077b565790ce9e26fe39268fcb842e91
parent37e4e20eaa8f27ada926d49e5971fecf0477ad26
gh-111132: Fix crash on interactive_filename in `run_mod` (#111136)
Lib/test/test_cmd_line_script.py
Python/pythonrun.c