You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Address unused variable warning on GIL-enabled builds (#202)
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.
0 commit comments