File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 88*/
99
1010#include "Python.h"
11- #include "pycore_dict.h" // _PyDict_GetItemStringWithError()
1211#include "pycore_tuple.h" // _PyTuple_FromArray()
1312#include "pycore_object.h" // _PyObject_GC_TRACK()
1413
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ Copyright (c) Corporation for National Research Initiatives.
1010
1111#include "Python.h"
1212#include "pycore_call.h" // _PyObject_CallNoArgs()
13- #include "pycore_dict.h" // _PyDict_GetItemStringWithError()
1413#include "pycore_interp.h" // PyInterpreterState.codec_search_path
1514#include "pycore_pyerrors.h" // _PyErr_FormatNote()
1615#include "pycore_pystate.h" // _PyInterpreterState_GET()
Original file line number Diff line number Diff line change 11/* Module definition and import implementation */
22
33#include "Python.h"
4- #include "pycore_dict.h" // _PyDict_GetItemStringWithError()
54#include "pycore_hashtable.h" // _Py_hashtable_new_full()
65#include "pycore_import.h" // _PyImport_BootstrapImp()
76#include "pycore_initconfig.h" // _PyStatus_OK()
You can’t perform that action at this time.
0 commit comments