Skip to content

Commit 38c1753

Browse files
committed
Only unix has abiflags
1 parent d651761 commit 38c1753

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apsw/tests/jsonb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ def testRecursion(self):
613613
# I can't get this to fail with debug builds presumably
614614
# because something is disabled, no matter how big I make the
615615
# recursion.
616-
if "d" in sys.abiflags:
616+
if "d" in getattr(sys, "abiflags", ""):
617617
# give up
618618
return
619619

0 commit comments

Comments
 (0)