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 python-dev
Recipients gregory.p.smith, neologix, python-dev, serhiy.storchaka, vstinner
Date 2013-07-17.23:46:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3bwZqr0Mt8z7LjY@mail.python.org>
In-reply-to
Content
New changeset d85b0c355052 by Victor Stinner in branch 'default':
Issue #18408: Fix array_index(), handle getarrayitem() failure
http://hg.python.org/cpython/rev/d85b0c355052

New changeset b05a6a6eb525 by Victor Stinner in branch 'default':
Issue #18408: Fix array_tolist(), handle PyList_SetItem() failure
http://hg.python.org/cpython/rev/b05a6a6eb525

New changeset 161de66cae49 by Victor Stinner in branch 'default':
Issue #18408: Fix dict_repr(), don't call PyObject_Repr() with an exception set
http://hg.python.org/cpython/rev/161de66cae49

New changeset 48a869a39e2d by Victor Stinner in branch 'default':
Issue #18408: PyEval_EvalFrameEx() and PyEval_CallObjectWithKeywords() now fail
http://hg.python.org/cpython/rev/48a869a39e2d
History
Date User Action Args
2013-07-17 23:46:16python-devsetrecipients: + python-dev, gregory.p.smith, vstinner, neologix, serhiy.storchaka
2013-07-17 23:46:16python-devlinkissue18408 messages
2013-07-17 23:46:16python-devcreate