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, facundobatista, mark.dickinson, shihai1991, skrah, vstinner
Date 2021-02-08.19:29:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1612812573.44.0.567280678908.issue43060@roundup.psfhosted.org>
In-reply-to
Content
In my opinion, an array of pointers is a bad API; using a struct (like most of the other API's) is an improvement.

Ref. discussions on GH-24186 (https://github.com/python/cpython/pull/24186#discussion_r560834060) and bpo-43009.
History
Date User Action Args
2021-02-08 19:29:33erlendaaslandsetrecipients: + erlendaasland, facundobatista, mark.dickinson, vstinner, skrah, shihai1991
2021-02-08 19:29:33erlendaaslandsetmessageid: <1612812573.44.0.567280678908.issue43060@roundup.psfhosted.org>
2021-02-08 19:29:33erlendaaslandlinkissue43060 messages
2021-02-08 19:29:32erlendaaslandcreate