Commit Graph

6 Commits

Author SHA1 Message Date
Victor Stinner 9475fa0aa4
PEP 757: Rename endian to endianness (#3973)
* Rephrase "Optimize small integers" section for import.
* Elaborate on PyLong_GetNativeLayout() validity.
* Mention PyLong_FreeExport() in the specification.
* Update benchmarks.
2024-09-18 13:59:58 +02:00
Sergey B Kirpichev b4e7700a56
PEP 757: use PyLong_Export (#3970) 2024-09-17 17:38:13 +02:00
Victor Stinner 5a1529c658
PEP 757: Make PyLong_DigitArray.obj private (#3966) 2024-09-16 13:20:45 +02:00
Victor Stinner 981c37c4bd
PEP 757: Fix typo (#3963) 2024-09-15 14:33:16 +02:00
Sergey B Kirpichev 7bd5c21ca1
PEP 757: minor edits (#3962) 2024-09-14 14:26:39 +02:00
Victor Stinner 5ac83c8cb7
PEP 757: C API to import-export Python integers (#3961) 2024-09-14 11:33:01 +02:00