[issue35438] Extension modules using non-API functions

Eddie Elizondo report at bugs.python.org
Mon Dec 10 12:08:42 EST 2018


Eddie Elizondo <eduardo.elizondorueda at gmail.com> added the comment:

@vstinner: Sorry for not being clear - The intention of this change is two-fold:
1) Simplify the implementation of these functions.
2) Reduce the surface area of the C-API.

Given that the same functionality can be achieved with public functions of the C-API. This is a nice cleanup over the current approach.

----------

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


More information about the Python-bugs-list mailing list