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, skrah, vstinner
Date 2013-11-05.17:07:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3dDcl20DcMz7LpQ@mail.python.org>
In-reply-to
Content
New changeset b93614f7ed83 by Victor Stinner in branch 'default':
Issue #19437: Fix pysqlite_cursor_iternext() of sqlite3, handle
http://hg.python.org/cpython/rev/b93614f7ed83

New changeset 00ee08fac522 by Victor Stinner in branch 'default':
Issue #19437: Fix pysqlite_connection_call() of sqlite3, return NULL when
http://hg.python.org/cpython/rev/00ee08fac522

New changeset 374635037b0a by Victor Stinner in branch 'default':
Issue #19437: Fix pysqlite_cursor_iternext() of sqlite3, when the row factory
http://hg.python.org/cpython/rev/374635037b0a

New changeset 35fdb15b4939 by Victor Stinner in branch 'default':
Issue #19437: Fix _threading.RLock constructor (rlock_new), call
http://hg.python.org/cpython/rev/35fdb15b4939

New changeset ea373a14f9e9 by Victor Stinner in branch 'default':
Issue #19437: Fix compiler_class(), handle compiler_lookup_arg() failure
http://hg.python.org/cpython/rev/ea373a14f9e9
History
Date User Action Args
2013-11-05 17:07:59python-devsetrecipients: + python-dev, vstinner, skrah
2013-11-05 17:07:59python-devlinkissue19437 messages
2013-11-05 17:07:59python-devcreate