[issue26934] android: test_faulthandler fails

Xavier de Gaye report at bugs.python.org
Sun Nov 6 10:51:57 EST 2016


Xavier de Gaye added the comment:

The problem: raise() does not cause the program to exit in a Python interactive session and a spawned Python process exits with 0.  Android fixed this problem at API level 24 (Android 6.0 aka Marshmallow).
The attached patch fixes this (tested at API levels 21 et 24).

----------
assignee:  -> xdegaye
components: +Tests -Cross-Build, Library (Lib)
keywords: +patch
stage:  -> patch review
versions: +Python 3.7
Added file: http://bugs.python.org/file45371/buggy_raise.patch

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


More information about the Python-bugs-list mailing list