cpython
cpython copied to clipboard
gh-96017: Fix some compiler warnings
- "comparison of integers of different signs" in typeobject.c
- only define static_builtin_index_is_set in DEBUG builds
- only define recreate_gil with ifdef HAVE_FORK
- Issue: gh-96017