]> granicus.if.org Git - python/commit
Issue #23838: linecache now clears the cache and returns an empty result on
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 1 Apr 2015 13:54:05 +0000 (16:54 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 1 Apr 2015 13:54:05 +0000 (16:54 +0300)
commitc512adc90d49b1dae3ae14c81826e03c9ea46ba5
tree0707548efd8968ee36a3ccd5e52ad54780c420ff
parent263dcd20a374d540c8f0bc07332f1657adf6da83
Issue #23838: linecache now clears the cache and returns an empty result on
MemoryError.
Lib/linecache.py
Lib/test/test_linecache.py
Misc/NEWS