diff options
author | Erlend E. Aasland <erlend.aasland@protonmail.com> | 2023-05-15 09:26:27 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-15 09:26:27 (GMT) |
commit | 186bf39f5c6003912e4f445430c504db51b9a743 (patch) | |
tree | 8f1fc65f9f578bdc846d91f5dbb4c27d94927348 /Misc | |
parent | 35bf0916d913b83cf1883b76e67ad8b1c9a25bbe (diff) | |
download | cpython-186bf39f5c6003912e4f445430c504db51b9a743.zip cpython-186bf39f5c6003912e4f445430c504db51b9a743.tar.gz cpython-186bf39f5c6003912e4f445430c504db51b9a743.tar.bz2 |
gh-101819: Isolate `_io` (#101948)
Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2023-03-14-11-20-19.gh-issue-101819.0-h0it.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-03-14-11-20-19.gh-issue-101819.0-h0it.rst b/Misc/NEWS.d/next/Library/2023-03-14-11-20-19.gh-issue-101819.0-h0it.rst new file mode 100644 index 0000000..4a73bbf --- /dev/null +++ b/Misc/NEWS.d/next/Library/2023-03-14-11-20-19.gh-issue-101819.0-h0it.rst @@ -0,0 +1,2 @@ +Isolate the :mod:`io` extension module by applying :pep:`687`. Patch by +Kumar Aditya, Victor Stinner, and Erlend E. Aasland. |