Message270865
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? |
|
Date |
User |
Action |
Args |
2016-07-20 11:37:24 | skrah | set | recipients:
+ 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:24 | skrah | set | messageid: <1469014644.72.0.289449365112.issue16255@psf.upfronthosting.co.za> |
2016-07-20 11:37:24 | skrah | link | issue16255 messages |
2016-07-20 11:37:24 | skrah | create | |
|