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 erlendaasland
Recipients berker.peksag, christian.heimes, erlendaasland
Date 2020-05-29.12:26:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590755214.76.0.814677194163.issue40810@roundup.psfhosted.org>
In-reply-to
Content
FYI, the #if in line 1563 in `Modules/_sqlite/connection.c` is wrong, but the comment five lines below is correct:
https://github.com/python/cpython/blob/e56ce3ce865cb5539cdedbeae54eaa11ec563922/Modules/_sqlite/connection.c#L1563-L1589

`sqlite3_errstr()` was introduced in 3.7.15, so the #if comparison operator should have been '>=', not '>'.
History
Date User Action Args
2020-05-29 12:26:54erlendaaslandsetrecipients: + erlendaasland, christian.heimes, berker.peksag
2020-05-29 12:26:54erlendaaslandsetmessageid: <1590755214.76.0.814677194163.issue40810@roundup.psfhosted.org>
2020-05-29 12:26:54erlendaaslandlinkissue40810 messages
2020-05-29 12:26:54erlendaaslandcreate