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 vstinner
Recipients corona10, eric.snow, pitrou, vstinner
Date 2022-03-11.16:40:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1647016805.17.0.23987969598.issue46987@roundup.psfhosted.org>
In-reply-to
Content
> From my view, PySys_GetObject is available since Python3.2 both APIs look safe to remove.

_PySys_GetObjectId() and _PySys_GetObjectId() are private API and can be removed anytime. We don't provide any backward compatibility warranty on the private API:
https://docs.python.org/dev/c-api/stable.html#c-api-stability

"Names prefixed by an underscore, such as _Py_InternalState, are private API that can change without notice even in patch releases."
History
Date User Action Args
2022-03-11 16:40:05vstinnersetrecipients: + vstinner, pitrou, eric.snow, corona10
2022-03-11 16:40:05vstinnersetmessageid: <1647016805.17.0.23987969598.issue46987@roundup.psfhosted.org>
2022-03-11 16:40:05vstinnerlinkissue46987 messages
2022-03-11 16:40:05vstinnercreate