We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3815f81 commit 1668a12Copy full SHA for 1668a12
meson.build
@@ -13,6 +13,8 @@ py = import('python').find_installation(pure: false)
13
# Compilers
14
cc = meson.get_compiler('c')
15
cython = meson.get_compiler('cython')
16
+# Workaround as described in https://cython.readthedocs.io/en/latest/src/userguide/special_methods.html#arithmetic-methods
17
+add_project_arguments('-X c_api_binop_methods=True', language: 'cython')
18
19
# Dependencies
20
inc_cysignals = run_command(
0 commit comments