[Patches] [ python-Patches-1472257 ] pdb: fix for #1472251('run/runeval' commands bug)
SourceForge.net
noreply at sourceforge.net
Mon Jun 19 00:07:25 CEST 2006
Patches item #1472257, was opened at 2006-04-18 05:22
Message generated for change (Comment added) made by isandler
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1472257&group_id=5470
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Library (Lib)
Group: Python 2.5
Status: Open
Resolution: None
Priority: 6
Submitted By: Kuba KoÅczyk (jakamkon)
Assigned to: Nobody/Anonymous (nobody)
Summary: pdb: fix for #1472251('run/runeval' commands bug)
Initial Comment:
This simple patch ensure that the first argument to the
'run/runeval' functions is string.See Bug #1472251 for
more details.
----------------------------------------------------------------------
Comment By: Ilya Sandler (isandler)
Date: 2006-06-18 15:07
Message:
Logged In: YES
user_id=971153
I am not sure whether the original bug is indeed a bug.
(see discussion of that bug)...
And even if #1472251 is deemed a bug, the patch has a couple
of unrelated problems:
1. bdb.py should not print anything on stdout
2. current bdb.py's run() accepts code objects, the patch
breaks it.
Should the patch be rejected?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1472257&group_id=5470
More information about the Patches
mailing list