-
-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The 'DEF' statement is deprecated #27
Comments
I've tried this: cdef extern from *:
# These constants must be kept in sync with afl-fuzz:
'''
#define SHM_ENV_VAR "__AFL_SHM_ID"
#define FORKSRV_FD 198
#define MAP_SIZE_POW2 16
#define MAP_SIZE (1 << MAP_SIZE_POW2)
'''
extern const char *SHM_ENV_VAR
extern int FORKSRV_FD
extern int MAP_SIZE It didn't quite work… |
Ubuntu 18.04 LTS (supported until April 2023) ships with Cython 0.26.1. |
FriedrichFroebel
added a commit
to FriedrichFroebel/python-djvulibre
that referenced
this issue
Jul 27, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: