Skip to content

Commit 6a9d50c

Browse files
authored
Avoid re-enabling the GIL at runtime (#61589)
1 parent 90a18fc commit 6a9d50c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ if cy.version().version_compare('>=3.1.0')
5757
command: [
5858
cy,
5959
'-3',
60+
'-Xfreethreading_compatible=true',
6061
'--fast-fail',
6162
'--generate-shared=' + meson.current_build_dir() / '_cyutility.c',
6263
],

0 commit comments

Comments
 (0)