dionaea icon indicating copy to clipboard operation
dionaea copied to clipboard

Replace __pyx_empty_tuple with PyTuple_New(0)

Open stratakis opened this issue 5 months ago • 1 comments

__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

stratakis avatar Aug 05 '25 14:08 stratakis