We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d36a44 commit 590523fCopy full SHA for 590523f
1 file changed
Doc/whatsnew/3.15.rst
@@ -692,6 +692,9 @@ Porting to Python 3.15
692
:func:`resource.setrlimit` and :func:`resource.prlimit` is now deprecated.
693
(Contributed by Serhiy Storchaka in :gh:`137044`.)
694
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
+
698
699
Deprecated C APIs
700
-----------------
0 commit comments