]> granicus.if.org Git - python/commit
bpo-29592: site: skip abs_paths() when it's redundant (GH-167)
authorINADA Naoki <methane@users.noreply.github.com>
Tue, 14 Mar 2017 15:52:19 +0000 (00:52 +0900)
committerGitHub <noreply@github.com>
Tue, 14 Mar 2017 15:52:19 +0000 (00:52 +0900)
commit2e4e011795d26cab1a3843383d0539c12fea2458
tree6f46c1b22da56ee073c6ea2ed21b933a14c24ad4
parentaa289a59ff6398110e1122877c073c9354ee53db
bpo-29592: site: skip abs_paths() when it's redundant (GH-167)

Call abs_paths() only if removeduppaths() changed sys.path
Lib/site.py