Searched refs:Py_mod_exec (Results  1 – 25 of 78) sorted by relevance
1234
| /external/python/cpython3/Modules/ | 
| D | _testmultiphase.c | 442     {Py_mod_exec, execfunc}, 746     {Py_mod_exec, execfunc}, 766     {Py_mod_exec, execfunc_err}, 787     {Py_mod_exec, execfunc_raise}, 808     {Py_mod_exec, execfunc_unreported_exception}, 846     {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 | 2250     {Py_mod_exec, hashlib_init_hashtable}, 2251     {Py_mod_exec, hashlib_init_evptype}, 2252     {Py_mod_exec, hashlib_init_evpxoftype}, 2253     {Py_mod_exec, hashlib_init_hmactype}, 2254     {Py_mod_exec, hashlib_md_meth_names}, 2255     {Py_mod_exec, hashlib_init_constructors}, 2256     {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 | xxsubtype.c | 293     {Py_mod_exec, xxsubtype_exec},
  | 
| D | xxmodule.c | 389     {Py_mod_exec, xx_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 | pwdmodule.c | 340     {Py_mod_exec, pwdmodule_exec},
  | 
| D | grpmodule.c | 329     {Py_mod_exec, grpmodule_exec},
  | 
| D | _queuemodule.c | 424     {Py_mod_exec, queuemodule_exec},
  | 
| D | resource.c | 508     {Py_mod_exec, resource_exec},
  | 
| D | _stat.c | 614     {Py_mod_exec, stat_exec},
  | 
| D | _heapqmodule.c | 685     {Py_mod_exec, heapq_exec},
  | 
| D | nismodule.c | 504     {Py_mod_exec, nis_exec},
  | 
| /external/python/cpython3/Include/ | 
| D | moduleobject.h | 67 #define Py_mod_exec 2  macro
  | 
| /external/python/cpython3/PC/ | 
| D | _testconsole.c | 29     {Py_mod_exec, execfunc},
  | 
| /external/python/cpython3/Modules/_blake2/ | 
| D | blake2module.c | 126     {Py_mod_exec, blake2_exec},
  | 
| /external/python/cpython3/Modules/_multiprocessing/ | 
| D | multiprocessing.c | 265     {Py_mod_exec, multiprocessing_exec},
  | 
| /external/python/cpython3/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*.
  | 
| /external/python/cpython3/Modules/cjkcodecs/ | 
| D | cjkcodecs.h | 411     {Py_mod_exec, _cjk_exec},
  | 
        1234