Skip to content

Commit 590523f

Browse files
authored
Update 3.15.rst
1 parent 1d36a44 commit 590523f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Doc/whatsnew/3.15.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -692,6 +692,9 @@ Porting to Python 3.15
692692
:func:`resource.setrlimit` and :func:`resource.prlimit` is now deprecated.
693693
(Contributed by Serhiy Storchaka in :gh:`137044`.)
694694

695+
* :meth:`~mmap.mmap.resize` has been removed on platforms that don't support the
696+
underlying syscall, instead of raising a :exc:`SystemError`.
697+
695698

696699
Deprecated C APIs
697700
-----------------

0 commit comments

Comments
 (0)