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 5a9240c commit 30c6493Copy full SHA for 30c6493
pydatastructs/utils/_backend/cpp/nodes.cpp
@@ -11,7 +11,6 @@ static struct PyModuleDef nodes_struct = {
11
};
12
13
PyMODINIT_FUNC PyInit__nodes(void) {
14
- Py_Initialize();
15
PyObject *nodes = PyModule_Create(&nodes_struct);
16
17
if (PyType_Ready(&NodeType) < 0) {
0 commit comments