]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] 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:28:35 +0000 (01:28 -0700)
committerGitHub <noreply@github.com>
Fri, 2 Jun 2023 08:28:35 +0000 (08:28 +0000)
commit8de607ab1c7605dce0efbb1a5c7148385d9176a6
treebfef56c3d3f004830597f3b0c58b791478ff1aa8
parenta5d2b546c1b0b73d0695b98838a3ddd497382999
[3.11] gh-105184: document that marshal functions can fail and need to be checked with PyErr_Occurred (GH-105185) (#105219)

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