Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the 'ignore' pdb command raises IndexError #61356

Closed
xdegaye mannequin opened this issue Feb 7, 2013 · 2 comments
Closed

the 'ignore' pdb command raises IndexError #61356

xdegaye mannequin opened this issue Feb 7, 2013 · 2 comments
Labels
stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error

Comments

@xdegaye
Copy link
Mannequin

xdegaye mannequin commented Feb 7, 2013

BPO 17154
Nosy @xdegaye

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2013-10-14.14:09:33.994>
created_at = <Date 2013-02-07.17:49:44.755>
labels = ['type-bug', 'library']
title = "the 'ignore' pdb command raises IndexError"
updated_at = <Date 2013-10-14.14:09:33.992>
user = 'https://github.com/xdegaye'

bugs.python.org fields:

activity = <Date 2013-10-14.14:09:33.992>
actor = 'python-dev'
assignee = 'none'
closed = True
closed_date = <Date 2013-10-14.14:09:33.994>
closer = 'python-dev'
components = ['Library (Lib)']
creation = <Date 2013-02-07.17:49:44.755>
creator = 'xdegaye'
dependencies = []
files = []
hgrepos = []
issue_num = 17154
keywords = []
message_count = 2.0
messages = ['181633', '199890']
nosy_count = 2.0
nosy_names = ['xdegaye', 'python-dev']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue17154'
versions = ['Python 2.7', 'Python 3.3', 'Python 3.4']

@xdegaye
Copy link
Mannequin Author

xdegaye mannequin commented Feb 7, 2013

An 'ignore' pdb command issued without any parameter raises IndexError.

@xdegaye xdegaye mannequin added stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error labels Feb 7, 2013
@python-dev
Copy link
Mannequin

python-dev mannequin commented Oct 14, 2013

New changeset 3507be2f94d4 by Georg Brandl in branch '3.3':
Closes bpo-17154: error out gracefully on "ignore" or "condition" without argument.
http://hg.python.org/cpython/rev/3507be2f94d4

@python-dev python-dev mannequin closed this as completed Oct 14, 2013
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

0 participants