Message45392
| Author |
isandler |
| Recipients |
| Date |
2004年10月11日.05:23:05 |
| SpamBayes Score |
| Marked as misclassified |
| Message-id |
| In-reply-to |
| Content |
Logged In: YES
user_id=971153
I am attaching a new version, changes include
1) B3 fix moved into lookupmodule(), note that the original
B3 description above was slightly wrong: pdb failed to set
bkpts even when absolute path for a main script was
specified, the old patch worked, but it was more of an
accident,now this case is handled explicitly
2) Code rearrangements, reformatting, etc
3) Special handling of SystemExit. Previous version of patch
handled SystemExit like any other exception with stack
trace, postmortem, etc. Now SystemExit just result in a
message and program restart...
Would it be a good idea to move the rest of the __main__
code into main()?
Still no doc fixes...
Please let me know if you see any problems with this code. |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2007年08月23日 15:32:22 | admin | link | issue896011 messages |
| 2007年08月23日 15:32:22 | admin | create |
|