Python 3.15.0a1

This commit is contained in:
Hugo van Kemenade 2025-10-14 13:45:53 +03:00
parent f71c96cf2d
commit aeff92d86a
669 changed files with 8387 additions and 2073 deletions

View file

@ -201,7 +201,7 @@ Object Protocol
This case can arise from forgetting ``NULL`` checks and would delete the
attribute.
.. versionchanged:: next
.. versionchanged:: 3.15
Must not be called with NULL value if an exception is set.
@ -226,7 +226,7 @@ Object Protocol
For more details, see :c:func:`PyUnicode_InternFromString`, which may be
used internally to create a key object.
.. versionchanged:: next
.. versionchanged:: 3.15
Must not be called with NULL value if an exception is set.