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

Removed unused internal C API functions #120686

Closed
iritkatriel opened this issue Jun 18, 2024 · 0 comments · Fixed by #120687
Closed

Removed unused internal C API functions #120686

iritkatriel opened this issue Jun 18, 2024 · 0 comments · Fixed by #120687

Comments

@iritkatriel
Copy link
Member

iritkatriel commented Jun 18, 2024

The functions in Include/internal/pycore_identifier.h are not used:

extern PyObject* _PyType_LookupId(PyTypeObject *, _Py_Identifier *);
extern PyObject* _PyObject_LookupSpecialId(PyObject *, _Py_Identifier *);
extern int _PyObject_SetAttrId(PyObject *, _Py_Identifier *, PyObject *);

Linked PRs

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

Successfully merging a pull request may close this issue.

1 participant