mirror of
https://github.com/python/cpython.git
synced 2025-08-28 04:35:02 +00:00
GH-131498: Remove conditional stack effects (GH-131499)
* Adds some missing #includes
This commit is contained in:
parent
443c0cd17c
commit
7ebd71ee14
23 changed files with 129 additions and 272 deletions
|
@ -8,7 +8,11 @@
|
|||
#include "pycore_ceval.h"
|
||||
#include "pycore_critical_section.h"
|
||||
#include "pycore_dict.h"
|
||||
#include "pycore_floatobject.h"
|
||||
#include "pycore_frame.h"
|
||||
#include "pycore_interpframe.h"
|
||||
#include "pycore_intrinsics.h"
|
||||
#include "pycore_list.h"
|
||||
#include "pycore_long.h"
|
||||
#include "pycore_opcode_metadata.h"
|
||||
#include "pycore_opcode_utils.h"
|
||||
|
@ -16,6 +20,9 @@
|
|||
#include "pycore_pyerrors.h"
|
||||
#include "pycore_setobject.h"
|
||||
#include "pycore_sliceobject.h"
|
||||
#include "pycore_tuple.h"
|
||||
#include "pycore_unicodeobject.h"
|
||||
|
||||
#include "pycore_jit.h"
|
||||
|
||||
// Memory management stuff: ////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue