]> granicus.if.org Git - python/commit
When run as a script, don't pass a fake __main__ dictionary; use the
authorGuido van Rossum <guido@python.org>
Thu, 15 Oct 1998 01:38:23 +0000 (01:38 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 15 Oct 1998 01:38:23 +0000 (01:38 +0000)
commitc2047c19f5afa001261cad45b0ada852450b35bb
tree435bfd8f94a849f7359c44b9698a1de3b1390176
parente0e59829e006ddf670d0cbffa9b9d00b71227d70
When run as a script, don't pass a fake __main__ dictionary; use the
real one.
Lib/pdb.py