cpython ~master (2016-02-02T15:55:08Z)
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.