We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b79b94 commit 9bfce1dCopy full SHA for 9bfce1d
Python/import.c
@@ -1,7 +1,6 @@
1
/* Module definition and import implementation */
2
3
#include "Python.h"
4
-#include "pycore_bitutils.h" // _Py_bswap32()
5
#include "pycore_ceval.h"
6
#include "pycore_hashtable.h" // _Py_hashtable_new_full()
7
#include "pycore_import.h" // _PyImport_BootstrapImp()
0 commit comments