gh-119744: move a few functions from compile.c to flowgraph.c (#119745)

This commit is contained in:
Irit Katriel 2024-05-30 21:55:06 +01:00 committed by GitHub
parent 9732ed5ca9
commit 13a5fdc72f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 157 additions and 157 deletions

View file

@ -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()