We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c074556 commit 57accdbCopy full SHA for 57accdb
1 file changed
extra_tests/snippets/stdlib_sqlite.py
@@ -57,6 +57,7 @@ def finalize(self):
57
# Blob extended-slice assignment with negative step
58
# Guard: CPython 3.11 has a SystemError bug with negative-step Blob slicing;
59
# 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.
61
import sys
62
63
if sys.implementation.name == "rustpython":
0 commit comments