]> granicus.if.org Git - python/commit
Fix another problem in inspect: if the module for an object cannot be found, don...
authorGeorg Brandl <georg@python.org>
Sun, 30 Apr 2006 17:42:26 +0000 (17:42 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 30 Apr 2006 17:42:26 +0000 (17:42 +0000)
commit208badda275a7aaf722a8db87297637e161fa7aa
tree49b9e9a1f7e60341d6a4c726a22b301df8e011e8
parent72ae6c80d489ea9d26958616d57cc37a5bd27d46
Fix another problem in inspect: if the module for an object cannot be found, don't try to give its __dict__ to linecache.
Lib/inspect.py