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.

classification
Title: pdb user_call breakage
Type: Stage:
Components: Library (Lib) Versions: Python 2.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: mwh Nosy List: mwh
Priority: normal Keywords:

Created on 2003-01-17 11:39 by mwh, last changed 2022-04-10 16:06 by admin. This issue is now closed.

Messages (3)
msg14106 - (view) Author: Michael Hudson (mwh) (Python committer) Date: 2003-01-17 11:39
Reported on c.l.py:

-----------
I'm running python 2.3a1 on a Win32 machine.

pdb's behaviour seems to have been changed from 2.2*.

"user_call" method is added, and it's called automatically
for every function/method call when I set a breakpoint
somewhere else and "continue".
------------

This is certainly my fauld, but I never use breakpoints
in pdb, so right now I don't even know how to duplicate
it, never mind fix it.  It's probably shallow, though.
msg14107 - (view) Author: Michael Hudson (mwh) (Python committer) Date: 2003-01-31 17:53
Logged In: YES 
user_id=6656

Fixed in revision 1.61 of Lib/pdb.py.
msg14108 - (view) Author: Michael Hudson (mwh) (Python committer) Date: 2003-01-31 17:58
Logged In: YES 
user_id=6656

and actually close the bug...
History
Date User Action Args
2022-04-10 16:06:09adminsetgithub: 37789
2003-01-17 11:39:58mwhcreate