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 rhettinger
Recipients erlendaasland, facundobatista, rhettinger, shihai1991, skrah, vstinner
Date 2021-02-27.21:21:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1614460909.21.0.556782422368.issue43060@roundup.psfhosted.org>
In-reply-to
Content
> In my opinion, an array of pointers is a bad API;

The existing code is how types were made for most of Python's history.  It is not "bad"; it is just more wordy.  Given that the current code is correct, I don't see any strong reason to churn the code.
History
Date User Action Args
2021-02-27 21:21:49rhettingersetrecipients: + rhettinger, facundobatista, vstinner, skrah, shihai1991, erlendaasland
2021-02-27 21:21:49rhettingersetmessageid: <1614460909.21.0.556782422368.issue43060@roundup.psfhosted.org>
2021-02-27 21:21:49rhettingerlinkissue43060 messages
2021-02-27 21:21:48rhettingercreate