Skip to content

Commit 57accdb

Browse files
authored
Update extra_tests/snippets/stdlib_sqlite.py
1 parent c074556 commit 57accdb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

extra_tests/snippets/stdlib_sqlite.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ def finalize(self):
5757
# Blob extended-slice assignment with negative step
5858
# Guard: CPython 3.11 has a SystemError bug with negative-step Blob slicing;
5959
# this test only runs on RustPython where the fix is being validated.
60+
# TODO: remove this once https://github.com/python/cpython/pull/150450 is released and RustPython CI uses it.
6061
import sys
6162

6263
if sys.implementation.name == "rustpython":

0 commit comments

Comments
 (0)