homepage

This issue tracker has been migrated to GitHub , and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skrah
Recipients brett.cannon, eric.snow, nadeem.vawda, ncoghlan, pitrou, skrah
Date 2012年02月25日.16:27:42
SpamBayes Score 0.006213779
Marked as misclassified No
Message-id <1330187263.66.0.813568257833.issue14080@psf.upfronthosting.co.za>
In-reply-to
Content
So I think the good version proceeds to refresh the _path_cache:
<_FileFinder(_relaxed_path_cache={'pep3147'}, packages=[('.py', <type at remote 0xaaff60>), ('.pyc', <type at remote 0xab02e0>)], _path_mtime=<float at remote 0xa66120>, modules=[('.cpython-33m.so', <type at remote 0xab0970>), ('.abi3.so', <type at remote 0xab0970>), ('.so', <type at remote 0xab0970>), ('.py', <type at remote 0xaaff60>), ('.pyc', <type at remote 0xab02e0>)], path='.', _cache_refresh=0, _path_cache={'pep3147'}) at remote 0x7ffff2b7f6d0>
And the bad version still contains an empty set:
 
<_FileFinder(_relaxed_path_cache=set(), path='.', packages=[('.py', <type at remote 0xab4bc0>), ('.pyc', <type at remote 0xab4f40>)], _path_cache=set(), _cache_refresh=0, _path_mtime=<float at remote 0xa6a7d0>, modules=[('.cpython-33m.so', <type at remote 0xab55d0>), ('.abi3.so', <type at remote 0xab55d0>), ('.so', <type at remote 0xab55d0>), ('.py', <type at remote 0xab4bc0>), ('.pyc', <type at remote 0xab4f40>)]) at remote 0x7ffff4128310>
This probably means that the case split occurs in Lib/importlib/_bootstrap.py:780 ...
 if mtime != self._path_mtime or _cache_refresh != self._cache_refresh:
 self._fill_cache()
 self._path_mtime = mtime
 self._cache_refresh = _cache_refresh
History
Date User Action Args
2012年02月25日 16:27:43skrahsetrecipients: + skrah, brett.cannon, ncoghlan, pitrou, nadeem.vawda, eric.snow
2012年02月25日 16:27:43skrahsetmessageid: <1330187263.66.0.813568257833.issue14080@psf.upfronthosting.co.za>
2012年02月25日 16:27:42skrahlinkissue14080 messages
2012年02月25日 16:27:42skrahcreate

AltStyle によって変換されたページ (->オリジナル) /