]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.8] gh-103935: Use `io.open_code()` when executing code in trace and profile module...
authorSteve Dower <steve.dower@python.org>
Mon, 22 May 2023 10:40:02 +0000 (11:40 +0100)
committerGitHub <noreply@github.com>
Mon, 22 May 2023 10:40:02 +0000 (12:40 +0200)
commit9f89c471fb152fd031791f3c598ceba93d91dcf0
tree9e224cb3aed431a5463eb631d7d9219e626bdb38
parent2062fce6e18caf589851f7c9ff8963cf2d48ac6b
[3.8] gh-103935: Use `io.open_code()` when executing code in trace and profile modules (GH-103947) (#103954)

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]