[issue30910] Add -fexception to ppc64le build

Benjamin Peterson report at bugs.python.org
Thu Aug 17 03:32:33 EDT 2017


Benjamin Peterson added the comment:

Throwing exceptions through CPython is totally unsupported, -fexceptions or not. Like C++ code that's not exception-aware, CPython lacks any of the catch handlers to properly clean up resources on unwind. Thus, throwing exceptions through CPython will lead to, at best, resource leaks and, at worst, subtle corruption of interpreter data structures.

I'm not sure why Debian would take this patch.

----------
nosy: +benjamin.peterson
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30910>
_______________________________________


More information about the Python-bugs-list mailing list