This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author isandler
Recipients
Date 2006-05-11.03:50:54
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=971153

I'm attaching an alternative patch: the program stil runs in
__main__ namespace, but pdb gets imported first:

  import pdb
  pdb.main()

So the main program cann't accidentally stomp on pdb
internals (e.g by doing help=None)

(there is still a bit of namespace pollution in the main
program)
History
Date User Action Args
2007-08-23 15:45:40adminlinkissue1429539 messages
2007-08-23 15:45:40admincreate