]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-96017: Fix some compiler warnings (GH-96018)
authorChristian Heimes <christian@python.org>
Fri, 19 Aug 2022 06:08:43 +0000 (08:08 +0200)
committerGitHub <noreply@github.com>
Fri, 19 Aug 2022 06:08:43 +0000 (08:08 +0200)
commitd9c1b746b5013f81d1724757bb3c6a1c87c4a8dc
tree99445016a5ce1bcb2c903dd2006ebc28dbf202ba
parent6740680b575249e498e3ca2b55d262baf9db6521
gh-96017: Fix some compiler warnings (GH-96018)

- "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
Objects/typeobject.c
Python/ceval_gil.h