| commit | a8f8d5b4bd30dbe0828550469d98f12d2ebb2ef4 | [log] [tgz] |
|---|---|---|
| author | INADA Naoki <methane@users.noreply.github.com> | Thu Jun 29 00:31:53 2017 +0900 |
| committer | GitHub <noreply@github.com> | Thu Jun 29 00:31:53 2017 +0900 |
| tree | c980c5c35f6c0a8710b7c3ea1bda301b67a395eb | |
| parent | 79d37ae979a65ada0b2ac820279ccc3b1cd41ba6 [diff] |
bpo-29585: optimize site.py startup time (GH-136) Avoid importing `sysconfig` from `site` by copying minimum code. Python startup is 5% faster on Linux and 30% faster on macOS