-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Hi,
I am trying to use FFHT for one of my projects, as it is the fastest library for this purpose. I tried installing it with initially no success. I don't code much in C, and am not particularly familiar with the Python-C API, but after a day of googling I identified the following issues with the Python wrapper:
- Py_InitModule3 seems to be deprecated and one should be using a combination of PyModuleDef and PyModule_Create instead. Okay, I rewrote the relevant parts of the _ffht.c file, and it installs seemingly fine, but
- it seems like there is no return value implemented as the _ffht.c file ends with return Py_BuildValue("");
Again, I'm not really sure whether I am doing something wrong, or the second one is actually an issue. Any help is appreciated
Metadata
Metadata
Assignees
Labels
No labels