gh-102371: move _Py_Mangle from compile.c to symtable.c (#102372)

This commit is contained in:
Irit Katriel 2023-03-02 18:38:22 +00:00 committed by GitHub
parent 73250000ac
commit 71db5dbcd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 76 additions and 76 deletions

View file

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