◐ Shell
clean mode source ↗

Message 280143 - Python tracker

Message280143

Author xdegaye
Recipients Alex.Willmer, terry.reedy, vstinner, xdegaye, yan12125
Date 2016-11-06.15:51:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478447517.54.0.112111328276.issue26934@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2016-11-06 15:51:57xdegayesetrecipients: + xdegaye, terry.reedy, vstinner, Alex.Willmer, yan12125
2016-11-06 15:51:57xdegayesetmessageid: <1478447517.54.0.112111328276.issue26934@psf.upfronthosting.co.za>
2016-11-06 15:51:57xdegayelinkissue26934 messages
2016-11-06 15:51:57xdegayecreate