]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.8] 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 15:41:14 +0000 (08:41 -0700)
committerGitHub <noreply@github.com>
Mon, 5 Jun 2023 15:41:14 +0000 (17:41 +0200)
commitc43c50e07ec35e4f66b6893fd940b8e098a12eb2
treed5b2e569986ee558f368b03f090f0669eb3e0802
parentb28acfa396efc73c11aaf6387bed807684d446f7
[3.8] gh-105184: document that marshal functions can fail and need to be checked with PyErr_Occurred (GH-105185) (#105222)

(cherry picked from commit ee26ca13a129da8cf549409d0a1b2e892ff2b4ec)

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