New submission from Dong-hee Na <[email protected]>:
There is no usage of _PySys_GetObjectId / _PySys_GetObjectId private APIs in CPython project. Since these APIs use _Py_Identifier as the parameter, it looks good to be removed this time when there is no usage at all. But before removing these APIs, I will investigate the current usage of external projects even if they are not intended to be used from outside. ---------- assignee: corona10 components: C API messages: 414907 nosy: corona10, eric.snow, vstinner priority: normal severity: normal status: open title: Remove _PySys_GetObjectId / _PySys_GetObjectId type: enhancement versions: Python 3.11 _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue46987> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
