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:44:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510015461.44.0.213398074469.issue31770@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 4b544aadd54fd2337d2ab5c137389cae8d1fd781 by Victor Stinner (Miss Islington (bot)) in branch '2.7':
bpo-31770: Prevent a crash and refleaks when calling sqlite3.Cursor.__init__() more than once (GH-3968) (#4302)
https://github.com/python/cpython/commit/4b544aadd54fd2337d2ab5c137389cae8d1fd781
History
Date User Action Args
2017-11-07 00:44:21vstinnersetrecipients: + vstinner, Oren Milman
2017-11-07 00:44:21vstinnersetmessageid: <1510015461.44.0.213398074469.issue31770@psf.upfronthosting.co.za>
2017-11-07 00:44:21vstinnerlinkissue31770 messages
2017-11-07 00:44:21vstinnercreate