Victor Stinner
c55e73112c
gh-106320: Remove private PyLong C API functions (#108429)
Remove private PyLong C API functions:
* _PyLong_AsByteArray()
* _PyLong_DivmodNear()
* _PyLong_Format()
* _PyLong_Frexp()
* _PyLong_FromByteArray()
* _PyLong_FromBytes()
* _PyLong_GCD()
* _PyLong_Lshift()
* _PyLong_Rshift()
Move these functions to the internal C API. No longer export
_PyLong_FromBytes() function.
2023-08-24 18:53:50 +02:00
..
2023-08-19 10:13:35 +03:00
2023-07-25 15:28:30 +02:00
2022-04-14 17:02:56 -07:00
2023-08-22 13:10:29 +02:00
2023-07-02 15:07:46 +09:00
2023-07-25 15:28:30 +02:00
2023-07-02 15:07:46 +09:00
2023-07-12 08:57:10 +03:00
2023-07-02 15:07:46 +09:00
2023-08-15 08:09:56 +00:00
2023-07-02 15:07:46 +09:00
2022-07-08 00:33:17 +02:00
2021-08-22 22:23:45 +09:00
2021-10-27 13:12:21 +02:00
2023-07-02 15:07:46 +09:00
2022-06-27 09:58:56 +02:00
2023-07-02 15:07:46 +09:00
2023-08-24 18:53:50 +02:00
2023-07-02 15:07:46 +09:00