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 brunoalr
Recipients brunoalr
Date 2017-07-12.16:13:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499876037.27.0.944341854308.issue30910@psf.upfronthosting.co.za>
In-reply-to
Content
To correctly throw and catch exceptions in code that is written in both C and C++, the -fexception is needed.

This issue was also reported downstream on Debian and Ubuntu: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=862925
History
Date User Action Args
2017-07-12 16:13:57brunoalrsetrecipients: + brunoalr
2017-07-12 16:13:57brunoalrsetmessageid: <1499876037.27.0.944341854308.issue30910@psf.upfronthosting.co.za>
2017-07-12 16:13:57brunoalrlinkissue30910 messages
2017-07-12 16:13:57brunoalrcreate