]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45711: use exc_value instead of exc_type to determine if exc_info is valid. Add...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Thu, 25 Nov 2021 09:41:28 +0000 (09:41 +0000)
committerGitHub <noreply@github.com>
Thu, 25 Nov 2021 09:41:28 +0000 (09:41 +0000)
commitc456dfafe9f9f6614fbcf2213a93707f0e101f4e
tree4c83ea059d9dc4eefe8d7e0a414e824c786c5128
parent24c10d2943c482c4d3ecc71d45df2d8c10fa5bb1
bpo-45711: use exc_value instead of exc_type to determine if exc_info is valid. Add more assertions. (GH-29627)
Include/internal/pycore_pyerrors.h
Python/ceval.c
Python/errors.c
Python/pystate.c
Python/sysmodule.c