diff options
author | Tian Gao <gaogaotiantian@hotmail.com> | 2023-04-27 20:29:35 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-27 20:29:35 (GMT) |
commit | d50f01ad0a965c6d41e24ef77be0fe643efa1bfd (patch) | |
tree | aa4a9e1f66c134a459d1f4a715860641e12d3b98 /Misc | |
parent | bf0b8a9f8d647515170cbdf3b6a8c0f44e0f37b3 (diff) | |
download | cpython-d50f01ad0a965c6d41e24ef77be0fe643efa1bfd.zip cpython-d50f01ad0a965c6d41e24ef77be0fe643efa1bfd.tar.gz cpython-d50f01ad0a965c6d41e24ef77be0fe643efa1bfd.tar.bz2 |
gh-103935: Use `io.open_code()` when executing code in trace and profile modules (GH-103947)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2023-04-27-20-03-08.gh-issue-103935.Uaf2M0.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-04-27-20-03-08.gh-issue-103935.Uaf2M0.rst b/Misc/NEWS.d/next/Library/2023-04-27-20-03-08.gh-issue-103935.Uaf2M0.rst new file mode 100644 index 0000000..71b2d87 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2023-04-27-20-03-08.gh-issue-103935.Uaf2M0.rst @@ -0,0 +1 @@ +Use :func:`io.open_code` for files to be executed instead of raw :func:`open` |