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 eric.smith, martin.panter, petr.viktorin, python-dev
Date 2016-02-05.23:23:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20160205232312.40074.27471@psf.io>
In-reply-to
Content
New changeset 9095a5787a82 by Eric V. Smith in branch 'default':
Fix issue 26287: While handling FORMAT_VALUE opcode, the top of stack was being corrupted if an error occurred in PyObject_Format().
https://hg.python.org/cpython/rev/9095a5787a82
History
Date User Action Args
2016-02-05 23:23:15python-devsetrecipients: + python-dev, eric.smith, petr.viktorin, martin.panter
2016-02-05 23:23:15python-devlinkissue26287 messages
2016-02-05 23:23:15python-devcreate