Hello all, To enable cython tracing (in particular I want to line trace neighbors module) I understand that I have to recompile the cython modules with CYTHON_TRACE=1 but I'm not sure where should I set this.
Should I use: # distutils: define_macros=CYTHON_TRACE_NOGIL=1 In the files I want to trace? Regards, -- Ale
_______________________________________________ scikit-learn mailing list scikit-learn@python.org https://mail.python.org/mailman/listinfo/scikit-learn