]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105184: document that marshal functions can fail and need to be checked with PyErr...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Fri, 2 Jun 2023 07:59:18 +0000 (08:59 +0100)
committerGitHub <noreply@github.com>
Fri, 2 Jun 2023 07:59:18 +0000 (08:59 +0100)
commitee26ca13a129da8cf549409d0a1b2e892ff2b4ec
tree77aefc5286e6c2fa6b0c653c2123c25a51a49f84
parent77d25795862f19c6e3d647b76cfb10d5ce1f149c
gh-105184: document that marshal functions can fail and need to be checked with PyErr_Occurred (#105185)
Doc/c-api/marshal.rst
Python/marshal.c