Message145328
sysconfig is imported and used by site.py.
$ time ./python -S -c ''
real 0m0.019s
user 0m0.013s
sys 0m0.005s
$ time ./python -S -c 'import sysconfig'
real 0m0.047s
user 0m0.046s
sys 0m0.002s
$ time ./python -S -c 'import sysconfig; sysconfig.get_path("purelib")'
real 0m0.053s
user 0m0.047s
sys 0m0.005s
$ time ./python -c ''
real 0m0.058s
user 0m0.054s
sys 0m0.003s |
|
Date |
User |
Action |
Args |
2011-10-11 03:02:58 | pitrou | set | recipients:
+ pitrou, terry.reedy, ncoghlan, tarek, eric.araujo |
2011-10-11 03:02:58 | pitrou | set | messageid: <1318302178.08.0.514256961817.issue13150@psf.upfronthosting.co.za> |
2011-10-11 03:02:57 | pitrou | link | issue13150 messages |
2011-10-11 03:02:57 | pitrou | create | |
|