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-10-10.19:27:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507663668.42.0.213398074469.issue31740@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 93c5a5df8ea118f6e4a153a7c8cccd65a5ff8bff by Victor Stinner (Oren Milman) in branch 'master':
bpo-31740: Prevent refleaks when sqlite3.Connection.__init__() is called more than once (GH-3944)
https://github.com/python/cpython/commit/93c5a5df8ea118f6e4a153a7c8cccd65a5ff8bff
History
Date User Action Args
2017-10-10 19:27:48vstinnersetrecipients: + vstinner, Oren Milman
2017-10-10 19:27:48vstinnersetmessageid: <1507663668.42.0.213398074469.issue31740@psf.upfronthosting.co.za>
2017-10-10 19:27:48vstinnerlinkissue31740 messages
2017-10-10 19:27:48vstinnercreate