cpython icon indicating copy to clipboard operation
cpython copied to clipboard

gh-96017: Fix some compiler warnings

Open tiran opened this issue 3 years ago • 0 comments

  • "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

tiran avatar Aug 16 '22 06:08 tiran