[ python-Bugs-1052503 ] pdb runcall should accept keyword arguments

SourceForge.net noreply at sourceforge.net
Fri Oct 22 23:50:16 CEST 2004


Bugs item #1052503, was opened at 2004-10-22 19:50
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1052503&group_id=5470

Category: Python Library
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Leonardo Rochael Almeida (rochael)
Assigned to: Nobody/Anonymous (nobody)
Summary: pdb runcall should accept keyword arguments

Initial Comment:
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

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1052503&group_id=5470


More information about the Python-bugs-list mailing list