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 gut
Recipients benjamin.peterson, brunoalr, gut, pitrou, vstinner
Date 2017-08-17.12:11:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502971888.09.0.253594901069.issue30910@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry, I didn't take a deeper analysis on what you said, I guess you wanted to point out this problem:

.---------------------.
|     A C++ code      | <= Designed to be the catcher
:---------------------:
|       cpython       | <= Malloc'd something but unwind will not free it
:---------------------:
| called C++ function | <= Raises a C++ exception
'---------------------'

I guess memory leak would be a consequence, yes. *Sigh*
History
Date User Action Args
2017-08-17 12:11:28gutsetrecipients: + gut, pitrou, vstinner, benjamin.peterson, brunoalr
2017-08-17 12:11:28gutsetmessageid: <1502971888.09.0.253594901069.issue30910@psf.upfronthosting.co.za>
2017-08-17 12:11:28gutlinkissue30910 messages
2017-08-17 12:11:27gutcreate