Message45394
| Author |
isandler |
| Recipients |
| Date |
2004年10月12日.04:05:18 |
| SpamBayes Score |
| Marked as misclassified |
| Message-id |
| In-reply-to |
| Content |
Logged In: YES
user_id=971153
I am attaching the new version of the patch
The patch:
- moves all of the __main__ code into main()
- gets rid off mainmodule and filename global variables
- global mainpyfile is replaced with an attribute of Pdb
- _initial_file pdb attribute was changed into
_wait_for_mainpyfile attribute to better reflect the purpose
(which is to flag whether the main script has been reached)
Obviously killing of globals is an API change, but that API
has never been documented and is not part of __all__
|
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2007年08月23日 15:32:23 | admin | link | issue896011 messages |
| 2007年08月23日 15:32:23 | admin | create |
|