]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-105184: document that marshal functions can fail and need to be checked...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 2 Jun 2023 08:24:25 +0000 (01:24 -0700)
committerGitHub <noreply@github.com>
Fri, 2 Jun 2023 08:24:25 +0000 (08:24 +0000)
commit46cc4f0f76a9f6966aee76d74f8db9a2f43fa8a6
tree147faac545161e58bd8d4713acab2a68173c3a81
parente6d5e63614684025d4aa09f77a759eb3fc0bd77f
[3.12] gh-105184: document that marshal functions can fail and need to be checked with PyErr_Occurred (GH-105185) (#105218)

gh-105184: document that marshal functions can fail and need to be checked with PyErr_Occurred (GH-105185)
(cherry picked from commit ee26ca13a129da8cf549409d0a1b2e892ff2b4ec)

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