Skip to content

Replace __pyx_empty_tuple with PyTuple_New(0) - #345

Open
stratakis wants to merge 1 commit into
DinoTools:masterfrom
stratakis:cython3.1
Open

Replace __pyx_empty_tuple with PyTuple_New(0)#345
stratakis wants to merge 1 commit into
DinoTools:masterfrom
stratakis:cython3.1

Conversation

@stratakis

Copy link
Copy Markdown

__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: cython/cython#6351

ISSUE TYPE
  • Bugfix

__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: cython/cython#6351
@welcome

welcome Bot commented Aug 5, 2025

Copy link
Copy Markdown

Welcome to the community and thanks for opening your first pull request. Feel free to look for more issues to tackle at https://github.com/DinoTools/dionaea/issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant