LAMDA-NJU / Deep-Forest

An Efficient, Scalable and Optimized Python Framework for Deep Forest (2021.2.1)
https://deep-forest.readthedocs.io
Other
913 stars 160 forks source link

Update _tree.pxd #144

Open Jonathan43 opened 6 months ago

Jonathan43 commented 6 months ago

The keyword 'nogil' should appear at the end of the function signature line. Placing it before 'except' or 'noexcept' will be disallowed in a future version of Cython.