From 6687183eaa101aed8767e180571c7ea2df524db0 Mon Sep 17 00:00:00 2001 From: tqfx Date: Fri, 5 Apr 2024 21:08:22 +0800 Subject: [PATCH] enable cython's option binding --- python/src/a.pyx | 1 + 1 file changed, 1 insertion(+) diff --git a/python/src/a.pyx b/python/src/a.pyx index 7aaec82..74a2ee2 100644 --- a/python/src/a.pyx +++ b/python/src/a.pyx @@ -1,3 +1,4 @@ +#cython: binding=True #cython: autotestdict=False #cython: auto_pickle=False #cython: boundscheck=False -- 2.11.4.GIT