mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
gh-102471, PEP 757: Add PyLong import and export API (#121339)
Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com> Co-authored-by: Steve Dower <steve.dower@microsoft.com> Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
This commit is contained in:
parent
d05a4e6a0d
commit
6446408d42
9 changed files with 576 additions and 0 deletions
|
@ -1299,6 +1299,13 @@ PyLong_GetSign:int:::
|
|||
PyLong_GetSign:PyObject*:v:0:
|
||||
PyLong_GetSign:int*:sign::
|
||||
|
||||
PyLong_Export:int:::
|
||||
PyLong_Export:PyObject*:obj:0:
|
||||
PyLong_Export:PyLongExport*:export_long::
|
||||
|
||||
PyLongWriter_Finish:PyObject*::+1:
|
||||
PyLongWriter_Finish:PyLongWriter*:writer::
|
||||
|
||||
PyMapping_Check:int:::
|
||||
PyMapping_Check:PyObject*:o:0:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue