]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Document the surprising sideeffect PyErr_Print(). (GH-12081) 12090/head
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 27 Feb 2019 23:45:28 +0000 (15:45 -0800)
committerGitHub <noreply@github.com>
Wed, 27 Feb 2019 23:45:28 +0000 (15:45 -0800)
commit661151b3417a30912024dc72854286f1db4fe72b
treeae7d120f8df5a8d354daf400599bc33082d9d372
parent79e72591b17bfff8bee17ae837bfa4685e1599dc
Document the surprising sideeffect PyErr_Print(). (GH-12081)

Did you know an API documented as printing the pending traceback would sometimes exit the process?

You do now.
(cherry picked from commit 4173772031747a9b249be4100b4aa9eda805ea23)

Co-authored-by: Gregory P. Smith <greg@krypto.org>
Doc/c-api/exceptions.rst