aboutsummaryrefslogtreecommitdiff
path: root/py/objint_longlong.c
AgeCommit message (Expand)Author
2014-01-21Revamp qstrs: they now include length and hash.Damien George
2014-01-18int: Add value accessors: mp_obj_int_get() & mp_obj_int_get_checked().Paul Sokolovsky
2014-01-17Add long int implementation using C long long type, enable for unix port.Paul Sokolovsky