cpython/Lib/test/test_sqlite3
Jiseok CHOI fc9c4db130
gh-150913: Fix sqlite3.Blob validation for empty slice assignment (GH-150915)
ass_subscript_slice() returned early when the computed slice length
was zero, bypassing validation performed for non-empty slices.
2026-06-04 16:41:47 +03:00
..
__init__.py
__main__.py
test_backup.py
test_cli.py
test_dbapi.py gh-150913: Fix sqlite3.Blob validation for empty slice assignment (GH-150915) 2026-06-04 16:41:47 +03:00
test_dump.py
test_factory.py gh-149738: Fix segmentation fault bug in sqllite3 (#149754) 2026-06-02 11:07:08 +02:00
test_hooks.py
test_regression.py
test_transactions.py
test_types.py
test_userfunctions.py
util.py