Home
last modified time | relevance | path

Searched refs:extended_context_template (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Modules/_decimal/
D_decimal.c142 static PyObject *extended_context_template = NULL; variable
1617 v == extended_context_template) { in PyDec_SetCurrentContext()
1697 v == extended_context_template) { in PyDec_SetCurrentContext()
5871 ASSIGN_PTR(extended_context_template, in PyInit__decimal()
5873 init_extended_context(extended_context_template); in PyInit__decimal()
5874 Py_INCREF(extended_context_template); in PyInit__decimal()
5876 extended_context_template)); in PyInit__decimal()
5924 Py_CLEAR(extended_context_template); /* GCOV_NOT_REACHED */ in PyInit__decimal()