summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2017-10-12-18-45-38.bpo-31770.GV3MPx.rst
blob: 86c7b804bdaca3d89c0019b968fe189d3e013b31 (plain)
1
2
Prevent a crash when calling the ``__init__()`` method of a
``sqlite3.Cursor`` object more than once. Patch by Oren Milman.