[New-bugs-announce] [issue44231] Remove _PyTuple_FromArray from the public API

Erlend E. Aasland report at bugs.python.org
Tue May 25 07:25:56 EDT 2021


New submission from Erlend E. Aasland <erlend.aasland at innova.no>:

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.

----------
components: C API
messages: 394328
nosy: erlendaasland, petr.viktorin, vstinner
priority: normal
severity: normal
status: open
title: Remove _PyTuple_FromArray from the public API
type: enhancement
versions: Python 3.11

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44231>
_______________________________________


More information about the New-bugs-announce mailing list