cpython/Misc/NEWS.d/next
Miss Islington (bot) 17bf6ab0c1
[3.14] gh-62184: Remove _pyio import of _io.FileIO (gh-134192) (gh-134437)
This was added in the add of `_io`, isn't used since bpo-21859 when a
`_pyio` implementation was added which defines `FileIO` lower down in
the file.
(cherry picked from commit 0a68068bd2)

Co-authored-by: Cody Maloney <cmaloney@users.noreply.github.com>
2025-05-21 17:57:58 +02:00
..
Build [3.14] gh-117088: Fix AIX build (GH-132595) (GH-133838) 2025-05-10 15:55:47 +00:00
C_API [3.14] gh-134144: Fix use-after-free in zapthreads() (GH-134145) (#134182) 2025-05-18 15:29:19 +00:00
Core_and_Builtins [3.14] gh-128066: Properly handle history file writes for RO fs on PyREPL (gh-134380) (gh-134385) 2025-05-20 22:15:23 +02:00
Documentation Python 3.14.0b1 2025-05-06 18:33:52 +03:00
IDLE Python 3.14.0b1 2025-05-06 18:33:52 +03:00
Library [3.14] gh-62184: Remove _pyio import of _io.FileIO (gh-134192) (gh-134437) 2025-05-21 17:57:58 +02:00
macOS Python 3.14.0a7 2025-04-08 14:20:51 +03:00
Security [3.14] gh-133767: Fix use-after-free in the unicode-escape decoder with an error handler (GH-129648) (GH-133942) 2025-05-13 16:25:08 +03:00
Tests [3.14] gh-133744: Fix multiprocessing interrupt test: add an event (GH-133746) (#133916) 2025-05-12 09:38:07 +00:00
Tools-Demos [3.14] gh-134215: PyREPL: Do not show underscored modules by default during autocompletion (gh-134267) (gh-134388) 2025-05-20 23:12:02 +02:00
Windows GH-130727: Avoid race condition in _wmimodule by copying shared data (GH-134313) 2025-05-20 21:47:12 +00:00