]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix the speed regression in inspect.py by adding another cache to speed up getmodule...
authorNick Coghlan <ncoghlan@gmail.com>
Thu, 7 Sep 2006 10:50:34 +0000 (10:50 +0000)
committerNick Coghlan <ncoghlan@gmail.com>
Thu, 7 Sep 2006 10:50:34 +0000 (10:50 +0000)
commitc495c66ea922e3ce8d822716a7abbf28ee709b71
tree27b8b57601634af058d059f58fb30777c1401e86
parentc563a1c32b136b5f4d65658d3f5487be206c104b
Fix the speed regression in inspect.py by adding another cache to speed up getmodule(). Patch #1553314
Lib/inspect.py
Lib/test/test_inspect.py