◐ Shell
clean mode source ↗

Message 269757 - Python tracker

Message269757

Author xdegaye
Recipients ned.deily, skrah, vstinner, xdegaye, yan12125
Date 2016-07-03.09:37:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467538621.54.0.87581356059.issue27442@psf.upfronthosting.co.za>
In-reply-to
Content
Well, issue 16353 has been entered upon attempting to fix issue 16255 (see msg173477).

So an alternative exists.  Issue 16353 could be closed as 'wont't fix'. The list of locations where '/bin/sh' is hard coded in the standard library in msg266084 shows that only the subprocess module and the test suite need to know the location of the system shell. So the subprocess module and issue 27027 could deduct the location of this shell via sysconfig.get_config_var('android_api').
History
Date User Action Args
2016-07-03 09:37:01xdegayesetrecipients: + xdegaye, vstinner, ned.deily, skrah, yan12125
2016-07-03 09:37:01xdegayesetmessageid: <1467538621.54.0.87581356059.issue27442@psf.upfronthosting.co.za>
2016-07-03 09:37:01xdegayelinkissue27442 messages
2016-07-03 09:37:01xdegayecreate