gh-106320: Fix specialize.c compilation by including pycore_pylifecycle.h by gvanrossum · Pull Request #106434 · python/cpython
Python/specialize.c:233:9: error: call to undeclared function '_PyOS_URandomNonblock'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
_PyOS_URandomNonblock(rand, 20);
^
1 error generated.