Home | History | Annotate | Download | only in _decimal

Lines Matching full:module_context

129 static PyObject *module_context = NULL;
138 * arguments and initializing the module_context on first access. */
1515 return module_context;
1518 *CTX(module_context) = *CTX(default_context_template);
1519 CTX(module_context)->status = 0;
1520 CTX(module_context)->newtrap = 0;
1521 CtxCaps(module_context) = CtxCaps(default_context_template);
1524 return module_context;
1568 Py_XDECREF(module_context);
1569 module_context = v;
5845 ASSIGN_PTR(module_context,
5910 Py_CLEAR(module_context); /* GCOV_NOT_REACHED */