Skip to content
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

Set cython directives globally #666

Merged
merged 1 commit into from
Jun 7, 2023
Merged

Set cython directives globally #666

merged 1 commit into from
Jun 7, 2023

Conversation

benfred
Copy link
Owner

@benfred benfred commented Jun 7, 2023

Set cython directives like language_level=3 and embedsignature=True globally, so that they are applied to all the cython files, rather than manually in each one. This removes a bunch of build warnings about not specifying a language_level while building

Set cython directives like `language_level=3` and `embedsignature=True` globally,
so that they are applied to all the cython files, rather than manually in each one.
This removes a bunch of build warnings about not specifying a language_level while
building
@benfred benfred merged commit c55fb70 into main Jun 7, 2023
@benfred benfred added the chore label Jun 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant