This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author corona10
Recipients corona10, eric.snow, vstinner
Date 2022-03-11.14:08:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
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.
History
Date User Action Args
2022-03-11 14:08:22corona10setrecipients: + corona10, vstinner, eric.snow
2022-03-11 14:08:22corona10setmessageid: <[email protected]>
2022-03-11 14:08:22corona10linkissue46987 messages
2022-03-11 14:08:22corona10create