![](https://secure.gravatar.com/avatar/dd4761743695d5efd3692f2a3b35d37d.jpg?s=120&d=mm&r=g)
Feb. 3, 2022
2:53 p.m.
On Thu, Feb 3, 2022 at 7:17 AM Victor Stinner <vstinner@python.org> wrote:
In the top 5000 PyPI projects, I found 11 projects using them: [snip[ They use the these 17 functions:
Thanks! That is super helpful.
If the _Py_IDENTIFIER() API is removed, it would be *nice* to provide a migrate path (tool?) to help these projects moving away the _Py_IDENTIFIER() API. Or at least do the work to update these 11 projects.
If something like _Py_IDENTIFIER() provides genuine value then we should consider a proper public API. Otherwise I agree that we should work with those projects to stop using it. I guess either way they should stop using the "private" API. :) -eric