From: Ori Avtalion Date: Mon, 5 Jan 2026 19:27:45 +0000 (+0200) Subject: gh-138205: explicit mention to `mmap.mmap.resize` in "Porting to Python 3.15" notes... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1569275117d5f2ddebc953a1cb76c0bf8531b6a5;p=thirdparty%2FPython%2Fcpython.git gh-138205: explicit mention to `mmap.mmap.resize` in "Porting to Python 3.15" notes (#143440) --- diff --git a/Doc/whatsnew/3.15.rst b/Doc/whatsnew/3.15.rst index dc4248655b4b..d5a2e04958e8 100644 --- a/Doc/whatsnew/3.15.rst +++ b/Doc/whatsnew/3.15.rst @@ -1412,7 +1412,7 @@ that may require changes to your code. :func:`resource.setrlimit` and :func:`resource.prlimit` is now deprecated. (Contributed by Serhiy Storchaka in :gh:`137044`.) -* :meth:`~mmap.mmap.resize` has been removed on platforms that don't support the +* :meth:`mmap.mmap.resize` has been removed on platforms that don't support the underlying syscall, instead of raising a :exc:`SystemError`. * A resource warning is now emitted for an unclosed