Home
last modified time | relevance | path

Searched refs:remove_module (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Python/
Dimport.c661 remove_module(PyThreadState *tstate, PyObject *name) in remove_module() function
777 remove_module(tstate, name); in module_dict_for_exec()
795 remove_module(tstate, name); in exec_code_in_module()
/third_party/python/Misc/NEWS.d/
D3.8.0b1.rst378 Save the live exception during import.c's ``remove_module()``.