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

SourceForge.net noreply at sourceforge.net
Sun Oct 24 02:36:18 CEST 2004


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

Category: Python Library
Group: None
>Status: Closed
>Resolution: Fixed
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

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

>Comment By: Raymond Hettinger (rhettinger)
Date: 2004-10-23 19:36

Message:
Logged In: YES 
user_id=80475

Fixed.
See:
    Lib/pdb.py 1.72
    Lib/bdb.py 1.46

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

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