In every old PR I get warnings in Modules/_xxinterpqueuesmodule.c. For example: https://github.com/python/cpython/pull/92635/files "unused variable ‘name’ [-Wunused-variable]" for line 239. https://github.com/python/cpython/pull/92635/files#file-modules-_xxinterpqueuesmodule-c-L239 "‘is_full’ may be used uninitialized in this function [-Wmaybe-uninitialized]" for line 1513. https://github.com/python/cpython/pull/92635/files#file-modules-_xxinterpqueuesmodule-c-L1513 <!-- gh-linked-prs --> ### Linked PRs * gh-113173 <!-- /gh-linked-prs -->