[Python-checkins] [python/cpython] 2e4e01: bpo-29592: site: skip abs_paths() when it's redund...

GitHub noreply at github.com
Tue Mar 14 11:52:20 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 2e4e011795d26cab1a3843383d0539c12fea2458
      https://github.com/python/cpython/commit/2e4e011795d26cab1a3843383d0539c12fea2458
  Author: INADA Naoki <methane at users.noreply.github.com>
  Date:   2017-03-15 (Wed, 15 Mar 2017)

  Changed paths:
    M Lib/site.py

  Log Message:
  -----------
  bpo-29592: site: skip abs_paths() when it's redundant (GH-167)

Call abs_paths() only if removeduppaths() changed sys.path




More information about the Python-checkins mailing list