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 xdegaye
Recipients xdegaye
Date 2014-10-29.21:26:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414617969.36.0.329952012393.issue22762@psf.upfronthosting.co.za>
In-reply-to
Content
To reproduce the crash run the following two-lines script and, at the fisrt (Pdb) prompt, remove the last line of this script (and the following empty lines if any):

import pdb; pdb.set_trace()
x = 1

then issue the 'quit' pdb command. This will cause an assert:

python: Objects/abstract.c:2079: PyObject_Call: Assertion `!PyErr_Occurred()' failed.
Aborted (core dumped)

A patch is attached.
History
Date User Action Args
2014-10-29 21:26:09xdegayesetrecipients: + xdegaye
2014-10-29 21:26:09xdegayesetmessageid: <1414617969.36.0.329952012393.issue22762@psf.upfronthosting.co.za>
2014-10-29 21:26:09xdegayelinkissue22762 messages
2014-10-29 21:26:09xdegayecreate