]> 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:23:46 +0000 (22:23 +0100)
committerGitHub <noreply@github.com>
Thu, 27 Apr 2023 21:23:46 +0000 (21:23 +0000)
commit57d198ec839fa302c3171073be9351c7faf35344
treebeea32c5d797b90de3aacd68065ca651c5f033ce
parentdbc44fab7a5c4d2b27f56048f352dfed7221c351
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]