]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Document the surprising sideeffect PyErr_Print(). (#12081)
authorGregory P. Smith <greg@krypto.org>
Wed, 27 Feb 2019 23:27:32 +0000 (15:27 -0800)
committerGitHub <noreply@github.com>
Wed, 27 Feb 2019 23:27:32 +0000 (15:27 -0800)
commit4173772031747a9b249be4100b4aa9eda805ea23
tree16f60bc6f0b92abc1833a52553565f02053ab9c9
parent4064089fce57c6fb2d1df9f3fb51d3fd5557696b
Document the surprising sideeffect PyErr_Print(). (#12081)

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

You do now.
Doc/c-api/exceptions.rst