Message 270865 - Python tracker

Message270865

Author skrah
Recipients Roman.Evstifeev, WanderingLogic, asvetlov, brousch, chris.jerdonek, eric.araujo, ezio.melotti, gregory.p.smith, pitrou, r.david.murray, rpetrov, skrah, vstinner, xdegaye, yan12125
Date 2016-07-20.11:37:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469014644.72.0.289449365112.issue16255@psf.upfronthosting.co.za>
In-reply-to
Content
Apparently sysconfig.get_config_var() is already called in site.py anyway,
so in principle I'm fine with using it here.

In the stdlib it seems to be the first use outside site.py though, and
site.py can be disabled by using "python -S", so perhaps we should be
extra careful, set UNIX_SHELL unconditionally to "/bin/sh" and move
the Android conditional inside a try/except.


But perhaps I'm being irrational here.  Victor, what do you think?
History
Date User Action Args
2016-07-20 11:37:24skrahsetrecipients: + skrah, gregory.p.smith, pitrou, vstinner, ezio.melotti, eric.araujo, rpetrov, r.david.murray, asvetlov, chris.jerdonek, xdegaye, Roman.Evstifeev, brousch, WanderingLogic, yan12125
2016-07-20 11:37:24skrahsetmessageid: <1469014644.72.0.289449365112.issue16255@psf.upfronthosting.co.za>
2016-07-20 11:37:24skrahlinkissue16255 messages
2016-07-20 11:37:24skrahcreate