Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dunicodeobject.h291 #define SSTATE_NOT_INTERNED 0 macro
/third_party/python/Objects/
Dunicodeobject.c546 CHECK(ascii->state.interned == SSTATE_NOT_INTERNED); in _PyUnicode_CheckConsistency()
1837 assert(_PyUnicode_STATE(unicode).interned == SSTATE_NOT_INTERNED); in _PyUnicode_Ready()
1950 case SSTATE_NOT_INTERNED: in unicode_dealloc()
15966 case SSTATE_NOT_INTERNED: in _PyUnicode_ClearInterned()
15971 _PyUnicode_STATE(s).interned = SSTATE_NOT_INTERNED; in _PyUnicode_ClearInterned()