mirror of https://github.com/python/cpython.git
gh-106320: Fix specialize.c compilation by including pycore_pylifecycle.h (#106434)
Compilation of Python/specialize.c was broken on macOS for me by gh-106400.
This commit is contained in:
parent
eeb5c63179
commit
17af98227f
|
@ -9,6 +9,7 @@
|
|||
#include "pycore_opcode.h" // _PyOpcode_Caches
|
||||
#include "structmember.h" // struct PyMemberDef, T_OFFSET_EX
|
||||
#include "pycore_descrobject.h"
|
||||
#include "pycore_pylifecycle.h" // _PyOS_URandomNonblock()
|
||||
|
||||
#include <stdlib.h> // rand()
|
||||
|
||||
|
|
Loading…
Reference in New Issue