Searched refs:Py_mod_exec (Results 1 – 25 of 78) sorted by relevance
1234
/third_party/python/Modules/ |
D | _testmultiphase.c | 421 {Py_mod_exec, execfunc}, 728 {Py_mod_exec, execfunc}, 748 {Py_mod_exec, execfunc_err}, 769 {Py_mod_exec, execfunc_raise}, 790 {Py_mod_exec, execfunc_unreported_exception}, 828 {Py_mod_exec, meth_state_access_exec},
|
D | symtablemodule.c | 109 {Py_mod_exec, symtable_init_stentry_type}, 110 {Py_mod_exec, symtable_init_constants},
|
D | _contextvarsmodule.c | 46 {Py_mod_exec, _contextvars_exec},
|
D | _hashopenssl.c | 2249 {Py_mod_exec, hashlib_init_hashtable}, 2250 {Py_mod_exec, hashlib_init_evptype}, 2251 {Py_mod_exec, hashlib_init_evpxoftype}, 2252 {Py_mod_exec, hashlib_init_hmactype}, 2253 {Py_mod_exec, hashlib_md_meth_names}, 2254 {Py_mod_exec, hashlib_init_constructors}, 2255 {Py_mod_exec, hashlib_exception},
|
D | _uuidmodule.c | 106 {Py_mod_exec, uuid_exec},
|
D | _weakref.c | 171 {Py_mod_exec, weakref_exec},
|
D | spwdmodule.c | 226 {Py_mod_exec, spwdmodule_exec},
|
D | xxmodule.c | 389 {Py_mod_exec, xx_exec},
|
D | xxsubtype.c | 293 {Py_mod_exec, xxsubtype_exec},
|
D | xxlimited_35.c | 289 {Py_mod_exec, xx_modexec},
|
D | syslogmodule.c | 340 {Py_mod_exec, syslog_exec},
|
D | xxlimited.c | 344 {Py_mod_exec, xx_modexec},
|
D | grpmodule.c | 329 {Py_mod_exec, grpmodule_exec},
|
D | pwdmodule.c | 340 {Py_mod_exec, pwdmodule_exec},
|
D | _queuemodule.c | 424 {Py_mod_exec, queuemodule_exec},
|
D | _stat.c | 614 {Py_mod_exec, stat_exec},
|
D | resource.c | 508 {Py_mod_exec, resource_exec},
|
D | _curses_panel.c | 701 {Py_mod_exec, _curses_panel_exec},
|
D | _heapqmodule.c | 685 {Py_mod_exec, heapq_exec},
|
D | nismodule.c | 504 {Py_mod_exec, nis_exec},
|
/third_party/python/Include/ |
D | moduleobject.h | 67 #define Py_mod_exec 2 macro
|
/third_party/python/PC/ |
D | _testconsole.c | 29 {Py_mod_exec, execfunc},
|
/third_party/python/Modules/_blake2/ |
D | blake2module.c | 126 {Py_mod_exec, blake2_exec},
|
/third_party/python/Doc/c-api/ |
D | module.rst | 204 and before the module is executed (:c:data:`Py_mod_exec` function). More 219 and before the module is executed (:c:data:`Py_mod_exec` function). More 240 and before the module is executed (:c:data:`Py_mod_exec` function). More 367 .. c:macro:: Py_mod_exec 376 If multiple ``Py_mod_exec`` slots are specified, they are processed in the 413 Process any execution slots (:c:data:`Py_mod_exec`) given in *def*.
|
/third_party/python/Modules/_multiprocessing/ |
D | multiprocessing.c | 265 {Py_mod_exec, multiprocessing_exec},
|
1234