Skip to content

Conversation

@alexmalyshev
Copy link
Contributor

This integer variable is only used when the GIL is disabled in the build i.e. for free-threaded builds. Otherwise the compiler will emit a warning that this variable is unused.

This integer variable is only used when the GIL is disabled in the build
i.e. for free-threaded builds.  Otherwise it will cause the compiler to emit an
unused variable warning.
@arigo
Copy link
Contributor

arigo commented Sep 11, 2025 via email

@mattip mattip merged commit 0df96b1 into python-cffi:main Sep 12, 2025
32 checks passed
@mattip
Copy link
Contributor

mattip commented Sep 12, 2025

Thanks @alexmalyshev

@alexmalyshev alexmalyshev deleted the fix-unused branch September 12, 2025 19:15
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.

3 participants