]> granicus.if.org Git - python/commit
* runctx - fix a couple typos
authorSkip Montanaro <skip@pobox.com>
Thu, 25 Jul 2002 16:09:35 +0000 (16:09 +0000)
committerSkip Montanaro <skip@pobox.com>
Thu, 25 Jul 2002 16:09:35 +0000 (16:09 +0000)
commit3a48ed94817fb3ec9c204160b606d344d67b1410
tree87e4609dd1be9df5b1c63bd4618f77fda27dffa4
parentf20fcf9fedfbd4d69e4197c78f0b652c4938f761
* runctx - fix a couple typos
* globaltrace_lt - handle case where inspect.getmodulename doesn't return
  anything useful
* localtrace_trace - handle case where inspect.getframeinfo doesn't return
  any context info

I think both of the last two are caused by exec'd or eval'd code
Tools/scripts/trace.py