mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
gh-102371: move _Py_Mangle from compile.c to symtable.c (#102372)
This commit is contained in:
parent
73250000ac
commit
71db5dbcd7
5 changed files with 76 additions and 76 deletions
|
@ -3,7 +3,7 @@
|
|||
#include "Python.h"
|
||||
#include "pycore_call.h"
|
||||
#include "pycore_code.h" // CO_FAST_FREE
|
||||
#include "pycore_compile.h" // _Py_Mangle()
|
||||
#include "pycore_symtable.h" // _Py_Mangle()
|
||||
#include "pycore_dict.h" // _PyDict_KeysSize()
|
||||
#include "pycore_initconfig.h" // _PyStatus_OK()
|
||||
#include "pycore_moduleobject.h" // _PyModule_GetDef()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue