mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
Python 3.15.0a1
This commit is contained in:
parent
f71c96cf2d
commit
aeff92d86a
669 changed files with 8387 additions and 2073 deletions
|
|
@ -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.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue