https://github.com/python/cpython/commit/1569275117d5f2ddebc953a1cb76c0bf8531b6a5 commit: 1569275117d5f2ddebc953a1cb76c0bf8531b6a5 branch: main author: Ori Avtalion <[email protected]> committer: picnixz <[email protected]> date: 2026-01-05T20:27:45+01:00 summary:
gh-138205: explicit mention to `mmap.mmap.resize` in "Porting to Python 3.15" notes (#143440) files: M Doc/whatsnew/3.15.rst diff --git a/Doc/whatsnew/3.15.rst b/Doc/whatsnew/3.15.rst index dc4248655b4b2d..d5a2e04958e8a8 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 _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
