cpython-d ~master (2020-09-09T07:24:20Z)
Dub
Repo
_PyLong_Copy
deimos
python
longintrepr
Return a copy of src.
extern (
C
)
PyObject
*
_PyLong_Copy
(
PyLongObject
*
src
)
Meta
Source
See Implementation
deimos
python
longintrepr
functions
_PyLong_Copy
_PyLong_New
structs
PyLongObject
Return a copy of src.