You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building with Cython 3.0.0b1, I get a few warnings like this:
afl.pyx:40:0: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using global variables, constants, and in-place literals instead. See cython/cython#4310
When building with Cython 3.0.0b1, I get a few warnings like this:
These are the affected lines:
The text was updated successfully, but these errors were encountered: