Searched refs:update_compiled_module (Results 1 – 2 of 2) sorted by relevance
1047 update_compiled_module(PyCodeObject *co, PyObject *newname) in update_compiled_module() function1079 update_compiled_module(code, path); in _imp__fix_co_filename_impl()
1020 update_compiled_module(PyCodeObject *co, char *pathname) in update_compiled_module() function1120 if (update_compiled_module(co, pathname) < 0) in load_source_module()