Skip to content

main/python3: fix sqlite 3.38 tests failure

Justin Berthault requested to merge (removed):python3 into master

SQLite 3.38 introduced some breaking changes in Python 3.8.3 tests. This is fixed by a patch for now (patch merged upstream)

https://github.com/python/cpython/pull/20448

Merge request reports