This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skrause
Recipients skrause
Date 2019-12-18.18:45:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1576694715.09.0.414064649134.issue39091@roundup.psfhosted.org>
In-reply-to
Content
The following lines trigger a segmentation fault:

class E(BaseException):
    def __new__(cls, *args, **kwargs):
        return cls
def a(): yield
a().throw(E)

Source with a bit more explanation: https://gist.github.com/coolreader18/6dbe0be2ae2192e90e1a809f1624c694 (I'm not the author of that gist, just reporting it here).
History
Date User Action Args
2019-12-18 18:45:15skrausesetrecipients: + skrause
2019-12-18 18:45:15skrausesetmessageid: <1576694715.09.0.414064649134.issue39091@roundup.psfhosted.org>
2019-12-18 18:45:15skrauselinkissue39091 messages
2019-12-18 18:45:15skrausecreate