]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-102471: Change PyLongWriter_Discard(NULL) to do nothing (#129339)
authorVictor Stinner <vstinner@python.org>
Mon, 27 Jan 2025 10:51:16 +0000 (11:51 +0100)
committerGitHub <noreply@github.com>
Mon, 27 Jan 2025 10:51:16 +0000 (10:51 +0000)
commit7ec17429d462aee071c067e3b84c8a7e4fcf7263
tree8c5d77e27a1489bf23196f1d4425ba97e5a37062
parent11148e91e3bee58ec1897ba3621445aa41629884
gh-102471: Change PyLongWriter_Discard(NULL) to do nothing (#129339)

It's convenient to be able to call PyLongWriter_Discard(NULL) in
error handling code.
Doc/c-api/long.rst
Objects/longobject.c