Home
last modified time | relevance | path

Searched refs:_PyDict_Fini (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_dict.h15 extern void _PyDict_Fini(PyInterpreterState *interp);
/third_party/python/Python/
H A Dpylifecycle.c9 #include "pycore_dict.h" // _PyDict_Fini()
1685 // Call _PyUnicode_ClearInterned() before _PyDict_Fini() since it uses in finalize_interp_types()
1689 _PyDict_Fini(interp); in finalize_interp_types()
/third_party/python/Objects/
H A Ddictobject.c275 _PyDict_Fini(PyInterpreterState *interp) in _PyDict_Fini() function
622 // new_keys_object() must not be called after _PyDict_Fini() in new_keys_object()
678 // free_keys_object() must not be called after _PyDict_Fini() in free_keys_object()
724 // new_dict() must not be called after _PyDict_Fini() in new_dict()
1542 // dictresize() must not be called after _PyDict_Fini() in dictresize()
2383 // new_dict() must not be called after _PyDict_Fini() in dict_dealloc()

Completed in 11 milliseconds