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-08.09:57:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510135027.73.0.213398074469.issue31764@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset cd66d6d632b4a8190e97f265ee163f11b5ae38e6 by Victor Stinner (Oren Milman) in branch '2.7':
bpo-31764: Prevent a crash in sqlite3.Cursor.close() in case the Cursor object is uninitialized (GH-4333)
https://github.com/python/cpython/commit/cd66d6d632b4a8190e97f265ee163f11b5ae38e6
History
Date User Action Args
2017-11-08 09:57:07vstinnersetrecipients: + vstinner, Oren Milman
2017-11-08 09:57:07vstinnersetmessageid: <1510135027.73.0.213398074469.issue31764@psf.upfronthosting.co.za>
2017-11-08 09:57:07vstinnerlinkissue31764 messages
2017-11-08 09:57:07vstinnercreate