[WIP] bpo-40601: Add functions to get builtin types by vstinner · Pull Request #24146 · python/cpython

@vstinner

* Add _Py_GetDictType(): add _Py_dict_state.type
* Add _Py_GetListType(): add _Py_list_stae.type
* Add _Py_GetUnicodeType(): add _Py_unicode_state.type
* Add _Py_GetLongType(): add _Py_long_state.type

@vstinner vstinner changed the title [WIP] Add functions to get builtin types [WIP] bpo-40601: Add functions to get builtin types

Feb 1, 2021