mirror of https://github.com/python/cpython
GH-118844: Fix build failures when combining --disable-gil with --enable-experimental-jit (GH-118935)
This commit is contained in:
parent
abead548af
commit
5b941e57c7
|
@ -0,0 +1 @@
|
||||||
|
Fix build failures when configuring with both ``--disable-gil`` and ``--enable-experimental-jit``.
|
|
@ -5,6 +5,7 @@
|
||||||
#include "pycore_abstract.h"
|
#include "pycore_abstract.h"
|
||||||
#include "pycore_call.h"
|
#include "pycore_call.h"
|
||||||
#include "pycore_ceval.h"
|
#include "pycore_ceval.h"
|
||||||
|
#include "pycore_critical_section.h"
|
||||||
#include "pycore_dict.h"
|
#include "pycore_dict.h"
|
||||||
#include "pycore_intrinsics.h"
|
#include "pycore_intrinsics.h"
|
||||||
#include "pycore_long.h"
|
#include "pycore_long.h"
|
||||||
|
|
Loading…
Reference in New Issue