]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-144473: Add "steal" term to glossary; clarify "stealing" on error (GH-144502)
authorPetr Viktorin <encukou@gmail.com>
Wed, 1 Jul 2026 11:47:00 +0000 (13:47 +0200)
committerGitHub <noreply@github.com>
Wed, 1 Jul 2026 11:47:00 +0000 (13:47 +0200)
commit34503f39532279efb12653754bb3a7e535fb66cc
treee350ba862c5eb22b6d265ec79e4a78f5e26c277f
parent1402ac74aa3f0529a15d31aab4f392c4ece3db97
gh-144473: Add "steal" term to glossary; clarify "stealing" on error (GH-144502)

With one exception, all "stealing" functions also steal on error,
but it makes sense to note this in each case.

Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
12 files changed:
Doc/c-api/bytes.rst
Doc/c-api/dict.rst
Doc/c-api/exceptions.rst
Doc/c-api/gen.rst
Doc/c-api/intro.rst
Doc/c-api/list.rst
Doc/c-api/module.rst
Doc/c-api/sequence.rst
Doc/c-api/threads.rst
Doc/c-api/tuple.rst
Doc/c-api/unicode.rst
Doc/glossary.rst