]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Close #19379: Lazily import linecache in the warnings module, to make startup with...
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 24 Oct 2013 20:23:42 +0000 (22:23 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 24 Oct 2013 20:23:42 +0000 (22:23 +0200)
commit7cb11fa89034a06dcad58b65a0321dae9171dbea
treef24a8ef3575bbd3cadf71773b4ca8a5b75b92aa4
parentf740d467bf4c4552cf437d41838a75fb2dc168d8
Close #19379: Lazily import linecache in the warnings module, to make startup with warnings faster until a warning gets printed.
Lib/warnings.py
Misc/NEWS