[issue43060] Convert _decimal C API from pointer array to struct

Erlend Egeberg Aasland report at bugs.python.org
Mon Feb 8 14:29:33 EST 2021


Erlend Egeberg Aasland <erlend.aasland at innova.no> added the comment:

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.

----------

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


More information about the Python-bugs-list mailing list