Message280143
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). |
|
| Date |
User |
Action |
Args |
| 2016-11-06 15:51:57 | xdegaye | set | recipients:
+ xdegaye, terry.reedy, vstinner, Alex.Willmer, yan12125 |
| 2016-11-06 15:51:57 | xdegaye | set | messageid: <[email protected]> |
| 2016-11-06 15:51:57 | xdegaye | link | issue26934 messages |
| 2016-11-06 15:51:57 | xdegaye | create | |
|