标签: python cython
我正在编译代码包,并且收到以下错误:
strats/merlin/tradega.pyx:146:50: Accessing Python attribute not allowed without gil
第146行是:
146
if pars[_idx_exit]<=(pars[_idx_entry]-settings.margin): check1=1
请让我知道发生这种情况的可能原因
谢谢