]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #23838: linecache now clears the cache and returns an empty result on
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 1 Apr 2015 13:53:53 +0000 (16:53 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 1 Apr 2015 13:53:53 +0000 (16:53 +0300)
commit43b49593e700baeb7bf2be9dd1877eee5829e9e3
tree705c361696a8971e8de3dfa62b8412c66f5647ff
parentbd8c629eb54860df775f0072f4cf5fbd23dededb
Issue #23838: linecache now clears the cache and returns an empty result on
MemoryError.
Lib/linecache.py
Lib/test/test_linecache.py
Misc/NEWS