mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
gh-119744: move a few functions from compile.c to flowgraph.c (#119745)
This commit is contained in:
parent
9732ed5ca9
commit
13a5fdc72f
5 changed files with 157 additions and 157 deletions
|
|
@ -18,6 +18,7 @@
|
|||
#include "pycore_context.h" // _PyContext_NewHamtForTests()
|
||||
#include "pycore_dict.h" // _PyManagedDictPointer_GetValues()
|
||||
#include "pycore_fileutils.h" // _Py_normpath()
|
||||
#include "pycore_flowgraph.h" // _PyCompile_OptimizeCfg()
|
||||
#include "pycore_frame.h" // _PyInterpreterFrame
|
||||
#include "pycore_gc.h" // PyGC_Head
|
||||
#include "pycore_hashtable.h" // _Py_hashtable_new()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue