Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11,937 changes: 5,757 additions & 6,180 deletions constraint/constraints.c

Large diffs are not rendered by default.

4,132 changes: 1,787 additions & 2,345 deletions constraint/domain.c

Large diffs are not rendered by default.

8,411 changes: 3,713 additions & 4,698 deletions constraint/parser.c

Large diffs are not rendered by default.

10,608 changes: 5,036 additions & 5,572 deletions constraint/problem.c

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion constraint/problem.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

try:
from sys import _is_gil_enabled
freethreading = _is_gil_enabled()
freethreading = not _is_gil_enabled()
except ImportError:
freethreading = False

Expand Down
Loading