Turn all cdef class
objects in the Python layer to cdef public class
#464
Labels
cuda.bindings
Everything related to the cuda.bindings module
enhancement
Any code-related improvements
P1
Medium priority - Should do
triage
Needs the team's attention
This allows us to share the class declarations with C/C++:
https://cython.readthedocs.io/en/latest/src/userguide/external_C_code.html#using-cython-declarations-from-c
which is needed after PR #463 set up a path for Python-C/C++/Cython interoperability, but without adding the
public
qualifier the interoperability was limited to Cython only.The text was updated successfully, but these errors were encountered: