Fixed issue where fused functions didn't register as cyfunctions (GH-3386)
* Fixed issue where fused functions didn't register as cyfunctions Issue https://github.com/cython/cython/issues/3384 This happened where Cython was using a shared API because the CyFunction type imported from the shared api wasn't the same as used to initialize the fused function tp_base.
Showing
Please register or sign in to comment