Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use workaround to avoid staticmethod 3.10/Cython issue (rapidsai#5202)
With Python 3.10, there appears to be an issue with the interaction between the staticmethod decorator and Cython. This workaround temporarily switches all staticmethods in FIL to classmethods until the underlying issue can be sorted. Resolve rapidsai#5200. Authors: - William Hicks (https://github.com/wphicks) Approvers: - Dante Gama Dessavre (https://github.com/dantegd) URL: rapidsai#5202
- Loading branch information