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 vstinner
Recipients Oren Milman, vstinner
Date 2017-11-07.00:45:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510015521.55.0.213398074469.issue31764@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset b0331c94c2a210d50e43d99b249ec83ee165e70c by Victor Stinner (Miss Islington (bot)) in branch '3.6':
bpo-31764: Prevent a crash in sqlite3.Cursor.close() in case the Cursor object is uninitialized (GH-3958) (#4303)
https://github.com/python/cpython/commit/b0331c94c2a210d50e43d99b249ec83ee165e70c
History
Date User Action Args
2017-11-07 00:45:21vstinnersetrecipients: + vstinner, Oren Milman
2017-11-07 00:45:21vstinnersetmessageid: <1510015521.55.0.213398074469.issue31764@psf.upfronthosting.co.za>
2017-11-07 00:45:21vstinnerlinkissue31764 messages
2017-11-07 00:45:21vstinnercreate