]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-103935: Use `io.open_code()` when executing code in trace and profile modules...
authorSteve Dower <steve.dower@python.org>
Thu, 27 Apr 2023 21:44:07 +0000 (22:44 +0100)
committerGitHub <noreply@github.com>
Thu, 27 Apr 2023 21:44:07 +0000 (22:44 +0100)
commite277266a926a9037d39f1af7751050012f7f1998
treea40c16f5a2b04a5a66918c9ddcc56882d107142c
parent4075e0166fcae0eef5e3abe1a97b3c227ce6861c
gh-103935: Use `io.open_code()` when executing code in trace and profile modules (GH-103947)

Co-authored-by: Tian Gao <gaogaotiantian@hotmail.com>
Lib/cProfile.py
Lib/profile.py
Lib/trace.py
Misc/NEWS.d/next/Library/2023-04-27-20-03-08.gh-issue-103935.Uaf2M0.rst [new file with mode: 0644]