Handbook
Glossary
PyLong_FromLong ( v -- PyObject* )
Vocabulary
python
.
ffi
Inputs
v
an
object
Outputs
PyObject*
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
python.ffi
LIBRARY:
python
FUNCTION:
PyObject*
PyLong_FromLong
(
long
v )