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 8
8
*/
9
9
10
10
#include "Python.h"
11
- #include "pycore_dict.h" // _PyDict_GetItemStringWithError()
12
11
#include "pycore_tuple.h" // _PyTuple_FromArray()
13
12
#include "pycore_object.h" // _PyObject_GC_TRACK()
14
13
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ Copyright (c) Corporation for National Research Initiatives.
10
10
11
11
#include "Python.h"
12
12
#include "pycore_call.h" // _PyObject_CallNoArgs()
13
- #include "pycore_dict.h" // _PyDict_GetItemStringWithError()
14
13
#include "pycore_interp.h" // PyInterpreterState.codec_search_path
15
14
#include "pycore_pyerrors.h" // _PyErr_FormatNote()
16
15
#include "pycore_pystate.h" // _PyInterpreterState_GET()
Original file line number Diff line number Diff line change 1
1
/* Module definition and import implementation */
2
2
3
3
#include "Python.h"
4
- #include "pycore_dict.h" // _PyDict_GetItemStringWithError()
5
4
#include "pycore_hashtable.h" // _Py_hashtable_new_full()
6
5
#include "pycore_import.h" // _PyImport_BootstrapImp()
7
6
#include "pycore_initconfig.h" // _PyStatus_OK()
You can’t perform that action at this time.
0 commit comments