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 python-dev, r.david.murray, rhettinger, serhiy.storchaka
Date 2015-05-22.08:14:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20150522081403.70413.14882@psf.io>
In-reply-to
Content
New changeset bccaba8a5482 by Serhiy Storchaka in branch '2.7':
Issue #24257: Fixed segmentation fault in sqlite3.Row constructor with faked
https://hg.python.org/cpython/rev/bccaba8a5482

New changeset c7b9645a6f35 by Serhiy Storchaka in branch '3.4':
Issue #24257: Fixed incorrect uses of PyObject_IsInstance().
https://hg.python.org/cpython/rev/c7b9645a6f35

New changeset a5101529a8a9 by Serhiy Storchaka in branch 'default':
Issue #24257: Fixed incorrect uses of PyObject_IsInstance().
https://hg.python.org/cpython/rev/a5101529a8a9
History
Date User Action Args
2015-05-22 08:14:06python-devsetrecipients: + python-dev, rhettinger, r.david.murray, serhiy.storchaka
2015-05-22 08:14:05python-devlinkissue24257 messages
2015-05-22 08:14:05python-devcreate