Created on 2004-10-22 21:50 by leorochael, last changed 2004-10-24 00:36 by rhettinger. This issue is now closed.
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2004-10-22 21:50:12 | leorochael | create | |
Created on 2004-10-22 21:50 by leorochael, last changed 2004-10-24 00:36 by rhettinger. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg22831 - (view) | Author: Leonardo Rochael Almeida (leorochael) | Date: 2004-10-22 21:50 | |
pdb.runcall(), pdb.Pdb.runcall() and bdb.Bdb.runcall() could all accept keyword arguments to pass them to the debugged callable. The implementation seems trivial, just add "**kw" on the signatures and invocations all the way thru the actual call to the callable. I verified this on Python 2.3.4. No idea if the bug is also on 2.4 betas |
|||
| msg22832 - (view) | Author: Raymond Hettinger (rhettinger) * ![]() |
Date: 2004-10-24 00:36 | |
Logged In: YES
user_id=80475
Fixed.
See:
Lib/pdb.py 1.72
Lib/bdb.py 1.46
|
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2004-10-22 21:50:12 | leorochael | create | |