Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-35438: Remove the usage of _PyObject_LookupSpecial from Modules #11082

Closed

Conversation

eduardo-elizondo
Copy link
Contributor

@eduardo-elizondo eduardo-elizondo commented Dec 10, 2018

Cleanup the use of the internal API _PyObject_LookupSpecial in CPython Modules. This function is just a wrapper around _PyType_Lookup which as the implementation says it's an: "Internal API".

This is a nice cleanup on a bad use of the C-API (more on that documented here: https://pythoncapi.readthedocs.io/bad_api.html).

https://bugs.python.org/issue35438

@eduardo-elizondo eduardo-elizondo changed the title Remove the usage of _PyObject_LookupSpecial from Modules bpo-35438: Remove the usage of _PyObject_LookupSpecial from Modules Dec 10, 2018
@serhiy-storchaka
Copy link
Member

Closing as not a bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants