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.

Author leorochael
Recipients
Date 2004-10-22.21:50:12
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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
History
Date User Action Args
2007-08-23 14:26:58adminlinkissue1052503 messages
2007-08-23 14:26:58admincreate