Skip to content

Commit 940bae4

Browse files
committed
Build extension modules as freethreading_compatible
1 parent 1c17c59 commit 940bae4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ def parse_cflags(raw_flags):
150150
"embedsignature": True,
151151
"binding": False,
152152
"language_level": 3,
153+
"freethreading_compatible": True,
153154
}
154155

155156
# Add the cythonized loudnorm extension to ext_modules

0 commit comments

Comments
 (0)