Home | History | Annotate | Download | only in _io

Lines Matching refs:locale_module

588     if (state->locale_module != NULL) {
589 assert(PyWeakref_CheckRef(state->locale_module));
590 mod = PyWeakref_GET_OBJECT(state->locale_module);
595 Py_CLEAR(state->locale_module);
600 state->locale_module = PyWeakref_NewRef(mod, NULL);
601 if (state->locale_module == NULL) {
614 if (state->locale_module != NULL) {
615 Py_VISIT(state->locale_module);
627 if (state->locale_module != NULL)
628 Py_CLEAR(state->locale_module);