[WIP] bpo-40601: Add functions to get builtin types by vstinner · Pull Request #24146 · python/cpython
* 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
changed the title
[WIP] Add functions to get builtin types
[WIP] bpo-40601: Add functions to get builtin types
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters