]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] 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:30 +0000 (11:40 +0100)
committerGitHub <noreply@github.com>
Mon, 22 May 2023 10:40:30 +0000 (12:40 +0200)
commitd1645ce4f1075d0a6ce051aa10f54f35489aa605
tree1abe6a543f295ae97dfad284b783cdfa05016528
parent98016f7c92aa4c1232c68bac1ed6646db31782ec
[3.9] gh-103935: Use `io.open_code()` when executing code in trace and profile modules (GH-103947) (#103953)

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]