[issue46906] Make _PyFloat_(Pack|Unpack)(4|8) cpython API, not internal.

STINNER Victor report at bugs.python.org
Thu Mar 3 03:19:26 EST 2022


STINNER Victor <vstinner at python.org> added the comment:

I disagree. A function should be either fully public: tested, documented. Or fully internal.

In the past, many functions were in both, in the gray area.

If these functions are useful, please make them *public* and document them. I'm +1 to make these functions public.

----------

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


More information about the Python-bugs-list mailing list