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 petr.viktorin
Recipients brett.cannon, eric.snow, indygreg, ncoghlan, petr.viktorin, serhiy.storchaka
Date 2021-09-27.08:55:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632732914.44.0.604328592823.issue41994@roundup.psfhosted.org>
In-reply-to
Content
Please don't use private API. The underscore at the beginning marks the function as private.
(This has been the case for a long time; in 3.10 it is finally officially documented: https://docs.python.org/3.10/c-api/stable.html#stable )

It has been removed in alpha5; I'm afraid rc2 is too late to put it back. (Especially since we'd need to put it back as public API, as CPython doesn't need it any more.)


Please, if you see the need for any other private APIs, could you file bugs to make them public (or better, to support the use case they're needed for)? If they are useful, they should have documentation, tests, and better backwards compatibility expecations.
History
Date User Action Args
2021-09-27 08:55:14petr.viktorinsetrecipients: + petr.viktorin, brett.cannon, ncoghlan, eric.snow, serhiy.storchaka, indygreg
2021-09-27 08:55:14petr.viktorinsetmessageid: <1632732914.44.0.604328592823.issue41994@roundup.psfhosted.org>
2021-09-27 08:55:14petr.viktorinlinkissue41994 messages
2021-09-27 08:55:14petr.viktorincreate