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 erlendaasland
Recipients erlendaasland, petr.viktorin, vstinner
Date 2021-05-25.11:25:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1621941956.81.0.550032848927.issue44231@roundup.psfhosted.org>
In-reply-to
Content
I propose to remove the undocumented function _PyTuple_FromArray from the public API, by using the extern keyword iso. PyAPI_FUNC. _PyTuple_FromArray was introduced by bpo-36030 in GH-11954 during the Python 3.8 alpha phase. In the stdlib, it is used by the itertools module only. It "lives" in Include/internal/pycore_tupleobject.h.
History
Date User Action Args
2021-05-25 11:27:27erlendaaslandunlinkissue44231 messages
2021-05-25 11:25:56erlendaaslandsetrecipients: + erlendaasland, vstinner, petr.viktorin
2021-05-25 11:25:56erlendaaslandsetmessageid: <1621941956.81.0.550032848927.issue44231@roundup.psfhosted.org>
2021-05-25 11:25:56erlendaaslandlinkissue44231 messages
2021-05-25 11:25:56erlendaaslandcreate