Skip to content

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Jan 6, 2021

  • 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

https://bugs.python.org/issue40601

* 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
@github-actions
Copy link

github-actions bot commented Mar 4, 2021

This PR is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale Stale PR or inactive for long period of time. label Mar 4, 2021
@vstinner
Copy link
Member Author

I still think that it's a good solution to fix https://bugs.python.org/issue40601 but I don't have time to finish the work on this PR. I prefer to abandon it for now.

@vstinner vstinner closed this Sep 21, 2021
@vstinner vstinner deleted the get_builtin_types branch September 21, 2021 22:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting core review stale Stale PR or inactive for long period of time.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants