]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-103935: Use `io.open_code()` when executing code in trace and profile modules...
authorTian Gao <gaogaotiantian@hotmail.com>
Thu, 27 Apr 2023 20:29:35 +0000 (13:29 -0700)
committerGitHub <noreply@github.com>
Thu, 27 Apr 2023 20:29:35 +0000 (20:29 +0000)
commitd50f01ad0a965c6d41e24ef77be0fe643efa1bfd
treeaa4a9e1f66c134a459d1f4a715860641e12d3b98
parentbf0b8a9f8d647515170cbdf3b6a8c0f44e0f37b3
gh-103935: Use `io.open_code()` when executing code in trace and profile modules (GH-103947)
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]