Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
H A Dunicodeobject.h114 * interned = SSTATE_NOT_INTERNED
151 SSTATE_NOT_INTERNED (0)
155 If interned != SSTATE_NOT_INTERNED, the two references from the
254 #define SSTATE_NOT_INTERNED 0 macro
/third_party/python/Objects/
H A Dunicodeobject.c539 CHECK(ascii->state.interned == SSTATE_NOT_INTERNED); in _PyUnicode_CheckConsistency()
1799 assert(_PyUnicode_STATE(unicode).interned == SSTATE_NOT_INTERNED); in _PyUnicode_Ready()
1918 case SSTATE_NOT_INTERNED: in unicode_dealloc()
15656 case SSTATE_NOT_INTERNED: in _PyUnicode_ClearInterned()
15661 _PyUnicode_STATE(s).interned = SSTATE_NOT_INTERNED; in _PyUnicode_ClearInterned()

Completed in 20 milliseconds