STINNER Victor <vstin...@python.org> added the comment:

I reopen the issue, I would like to make these functions public :-) I searched 
for the 6 functions moved to the internal C API and I found 6 projets using it 
in the top 5000 PyPI projects (at 2022-01-26):

* msgpack
* ddtrace
* bitstruct
* pickle5
* line_profiler
* zodbpickle

The 6 functions are used:

* _PyFloat_Pack2()
* _PyFloat_Pack4()
* _PyFloat_Pack8()
* _PyFloat_Unpack2()
* _PyFloat_Unpack4()
* _PyFloat_Unpack8()

----------
resolution: rejected -> 
status: closed -> open
title: Make _PyFloat_(Pack|Unpack)(4|8) cpython API, not internal. -> Add 
PyFloat_(Pack|Unpack)(2|4|8) to the public C API

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue46906>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to