BerkeleyAutomation / python-fcl

Python binding of FCL library
BSD 3-Clause "New" or "Revised" License
203 stars 58 forks source link

Support Cython 3 #77

Open musicinmybrain opened 8 months ago

musicinmybrain commented 8 months ago

Add exception specifications to callback function pointer typedefs.

This seems to be the only change that is needed. I’m working on a package for Fedora Linux, and with this patch, it builds with Cython 3 and all of the tests pass.