]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-102895 Add an option local_exit in code.interact to block exit() from terminating...
authorTian Gao <gaogaotiantian@hotmail.com>
Wed, 18 Oct 2023 18:36:43 +0000 (11:36 -0700)
committerGitHub <noreply@github.com>
Wed, 18 Oct 2023 18:36:43 +0000 (11:36 -0700)
commite6eb8cafca441046b5f9ded27c68d9a84c42022a
treef0bc7f0c17f8e0a2e52b8fd3ba83c78a7d11a606
parentcb1bf89c4066f30c80f7d1193b586a2ff8c40579
GH-102895 Add an option local_exit in code.interact to block exit() from terminating the whole process (GH-102896)
Doc/library/code.rst
Lib/code.py
Lib/pdb.py
Lib/test/test_code_module.py
Misc/NEWS.d/next/Library/2023-03-22-02-01-30.gh-issue-102895.HiEqaZ.rst [new file with mode: 0644]