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 berker.peksag
Recipients berker.peksag, mcepl
Date 2020-02-24.01:15:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582506924.64.0.261986857283.issue37539@roundup.psfhosted.org>
In-reply-to
Content
Thank you for the report and for the patch!

The minimum supported SQLite 3 version in Python 3 is 3.7.2 as declared at https://github.com/python/cpython/blob/9f37872e307734666a7169f7be6e3370d3068282/setup.py#L1364 

While it's still 3.0.8 in Python 2.7 (https://github.com/python/cpython/blob/249706c1fbce04125d81bd9993e6c010ae30f8e4/setup.py#L1175), I think we can live without the patch as Python 2.7 is now officially dead.

Of course, we can still apply it if one of our 2.7 buildbots were failing due to an ancient version of SQLite 3.
History
Date User Action Args
2020-02-24 01:15:24berker.peksagsetrecipients: + berker.peksag, mcepl
2020-02-24 01:15:24berker.peksagsetmessageid: <1582506924.64.0.261986857283.issue37539@roundup.psfhosted.org>
2020-02-24 01:15:24berker.peksaglinkissue37539 messages
2020-02-24 01:15:24berker.peksagcreate