bpo-29587: Remove the exc_value NULL check in _gen_throw()#19877
Merged
cjerdonek merged 2 commits intopython:masterfrom May 3, 2020
Merged
bpo-29587: Remove the exc_value NULL check in _gen_throw()#19877cjerdonek merged 2 commits intopython:masterfrom
cjerdonek merged 2 commits intopython:masterfrom
Conversation
Member
Author
|
Thanks! :) I'll be posting a comment on the issue with what I found.. |
This is another follow-up to PR #19823, removing the check that
exc_valueisn'tNULLprior to calling_PyErr_ChainExceptions(). This makes it so that exception chaining can occur in more cases.https://bugs.python.org/issue29587