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
The PTHREAD_SCOPE_SYSTEM configure check lacks int before the main() definition and causes Clang to emit a -Wimplicit-int warning. This warning becomes an error by default with Clang 16+.
Your environment
CPython versions tested on: master
Operating system and architecture: Gentoo Linux amd64
Clang 16 (or Clang 15 with -Werror=implicit-int -Werror=implicit-function-declaration)
Bug report
The PTHREAD_SCOPE_SYSTEM configure check lacks
intbefore themain()definition and causes Clang to emit a-Wimplicit-intwarning. This warning becomes an error by default with Clang 16+.Your environment
-Werror=implicit-int -Werror=implicit-function-declaration)