dionaea
dionaea copied to clipboard
Replace __pyx_empty_tuple with PyTuple_New(0)
__pyx_empty_tuple wasn't part of Cython's public API and the underlying mechanism for generating an empty tuple changed with Cython 3.1.
This change ensures that the proper macro is used and makes dionaea compile with Cython >= 3.1.
See also: https://github.com/cython/cython/pull/6351
ISSUE TYPE
- Bugfix