]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] gh-105184: document that marshal functions can fail and need to be checked...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 5 Jun 2023 16:06:43 +0000 (09:06 -0700)
committerGitHub <noreply@github.com>
Mon, 5 Jun 2023 16:06:43 +0000 (18:06 +0200)
commitf12502b2b337cf0e05f0685f3864a117db9885e3
tree70c25dc13e01d80220a730f8012f01eb20476b1e
parent6cae23662e091fa528ebddeac89a88f3a8ed34c7
[3.10] gh-105184: document that marshal functions can fail and need to be checked with PyErr_Occurred (GH-105185) (#105220)

(cherry picked from commit ee26ca13a129da8cf549409d0a1b2e892ff2b4ec)

Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
Doc/c-api/marshal.rst
Python/marshal.c