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 alex.henrie
Recipients alex.henrie
Date 2020-01-30.04:19:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1580357955.97.0.537280563038.issue39497@roundup.psfhosted.org>
In-reply-to
Content
The function pysqlite_cursor_executescript defines a variable called script_str, initializes it to NULL, and calls Py_XDECREF on it. However, this variable has been unused since August 2007: https://github.com/python/cpython/commit/6d21456137836b8acd551cf6a51999ad4ff10a91#diff-26f74db3527991715b482a5ed2603870L752
History
Date User Action Args
2020-01-30 04:19:16alex.henriesetrecipients: + alex.henrie
2020-01-30 04:19:15alex.henriesetmessageid: <1580357955.97.0.537280563038.issue39497@roundup.psfhosted.org>
2020-01-30 04:19:15alex.henrielinkissue39497 messages
2020-01-30 04:19:15alex.henriecreate