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.

classification
Title: the 'ignore' pdb command raises IndexError
Type: behavior Stage: resolved
Components: Library (Lib) Versions: Python 3.3, Python 3.4, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: python-dev, xdegaye
Priority: normal Keywords:

Created on 2013-02-07 17:49 by xdegaye, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg181633 - (view) Author: Xavier de Gaye (xdegaye) * (Python triager) Date: 2013-02-07 17:49
An 'ignore' pdb command issued without any parameter raises IndexError.
msg199890 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-10-14 14:09
New changeset 3507be2f94d4 by Georg Brandl in branch '3.3':
Closes #17154: error out gracefully on "ignore" or "condition" without argument.
http://hg.python.org/cpython/rev/3507be2f94d4
History
Date User Action Args
2022-04-11 14:57:41adminsetgithub: 61356
2013-10-14 14:09:33python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg199890

resolution: fixed
stage: resolved
2013-02-07 17:49:44xdegayecreate