Home
last modified time | relevance | path

Searched refs:Py_mod_exec (Results 1 – 25 of 78) sorted by relevance

1234

/third_party/python/Modules/
D_testmultiphase.c421 {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},
Dsymtablemodule.c109 {Py_mod_exec, symtable_init_stentry_type},
110 {Py_mod_exec, symtable_init_constants},
D_contextvarsmodule.c46 {Py_mod_exec, _contextvars_exec},
D_hashopenssl.c2249 {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.c106 {Py_mod_exec, uuid_exec},
D_weakref.c171 {Py_mod_exec, weakref_exec},
Dspwdmodule.c226 {Py_mod_exec, spwdmodule_exec},
Dxxmodule.c389 {Py_mod_exec, xx_exec},
Dxxsubtype.c293 {Py_mod_exec, xxsubtype_exec},
Dxxlimited_35.c289 {Py_mod_exec, xx_modexec},
Dsyslogmodule.c340 {Py_mod_exec, syslog_exec},
Dxxlimited.c344 {Py_mod_exec, xx_modexec},
Dgrpmodule.c329 {Py_mod_exec, grpmodule_exec},
Dpwdmodule.c340 {Py_mod_exec, pwdmodule_exec},
D_queuemodule.c424 {Py_mod_exec, queuemodule_exec},
D_stat.c614 {Py_mod_exec, stat_exec},
Dresource.c508 {Py_mod_exec, resource_exec},
D_curses_panel.c701 {Py_mod_exec, _curses_panel_exec},
D_heapqmodule.c685 {Py_mod_exec, heapq_exec},
Dnismodule.c504 {Py_mod_exec, nis_exec},
/third_party/python/Include/
Dmoduleobject.h67 #define Py_mod_exec 2 macro
/third_party/python/PC/
D_testconsole.c29 {Py_mod_exec, execfunc},
/third_party/python/Modules/_blake2/
Dblake2module.c126 {Py_mod_exec, blake2_exec},
/third_party/python/Doc/c-api/
Dmodule.rst204 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/
Dmultiprocessing.c265 {Py_mod_exec, multiprocessing_exec},

1234