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 shihai1991
Recipients erlendaasland, shihai1991, vstinner
Date 2021-01-29.09:33:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611912838.05.0.612556209101.issue43009@roundup.psfhosted.org>
In-reply-to
Content
> The _decimal API is also just an array of pointers. Should we change that to a struct as well?

+1. IMHO, structure is more directly than pointer array. And there haven't exposing this pointer array to users(no backward compatibility).
History
Date User Action Args
2021-01-29 09:33:58shihai1991setrecipients: + shihai1991, vstinner, erlendaasland
2021-01-29 09:33:58shihai1991setmessageid: <1611912838.05.0.612556209101.issue43009@roundup.psfhosted.org>
2021-01-29 09:33:58shihai1991linkissue43009 messages
2021-01-29 09:33:57shihai1991create