HomeSort by relevance Sort by last modified time
    Searched refs:PyState_RemoveModule (Results 1 - 4 of 4) sorted by null

  /external/python/cpython3/Include/
pystate.h 321 PyAPI_FUNC(int) PyState_RemoveModule(struct PyModuleDef*);
  /external/python/cpython3/Lib/test/test_importlib/extension/
test_loader.py 156 with self.subTest('PyState_RemoveModule'):
  /external/python/cpython3/Modules/
_testmultiphase.c 125 register_state(2): call PyState_RemoveModule()");
151 ret = PyState_RemoveModule(def);
  /external/python/cpython3/Python/
pystate.c 513 PyState_RemoveModule(struct PyModuleDef* def)
519 "PyState_RemoveModule called on module with slots");
524 Py_FatalError("PyState_RemoveModule: Module index invalid.");
528 Py_FatalError("PyState_RemoveModule: Interpreters module-list not acessible.");
532 Py_FatalError("PyState_RemoveModule: Module index out of bounds.");
    [all...]

Completed in 67 milliseconds