From 1569275117d5f2ddebc953a1cb76c0bf8531b6a5 Mon Sep 17 00:00:00 2001 From: Ori Avtalion Date: Mon, 5 Jan 2026 21:27:45 +0200 Subject: [PATCH] gh-138205: explicit mention to `mmap.mmap.resize` in "Porting to Python 3.15" notes (#143440) --- Doc/whatsnew/3.15.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3