Searched defs:_Py_PackageContext (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython3/Python/
H A Dmodsupport.c12 char *_Py_PackageContext = NULL; variable
/external/python/cpython2/Python/
H A Dmodsupport.c12 char *_Py_PackageContext = NULL; variable
55 _Py_PackageContext, and Py_InitModule*() will substitute this
58 if (_Py_PackageContext != NULL) {
59 char *p = strrchr(_Py_PackageContext, '.');
61 name = _Py_PackageContext;
62 _Py_PackageContext = NULL;

Completed in 193 milliseconds