Paul Sokolovsky d26b379eec int: Add value accessors: mp_obj_int_get() & mp_obj_int_get_checked().
mp_obj_int_get() can be used when just full resolution of C machine_int_t
is required (returns truncated value of long int). mp_obj_int_get_checked()
will throw exception if Python int value not representable in machine_int_t.
2014-01-18 16:12:12 +02:00
..
2014-01-15 22:14:03 +00:00
2014-01-15 22:14:03 +00:00
2014-01-11 00:58:59 +00:00
2014-01-12 00:20:49 +02:00
2014-01-15 22:14:03 +00:00
2014-01-15 21:23:31 +00:00
2014-01-15 21:23:31 +00:00
2014-01-12 19:16:59 +00:00
2014-01-12 19:16:59 +00:00
2014-01-14 23:55:01 +00:00
2014-01-14 23:18:35 +00:00
2014-01-15 22:14:03 +00:00
2014-01-15 21:23:31 +00:00
2014-01-05 12:08:55 -08:00
2014-01-11 00:58:59 +00:00
2014-01-15 23:08:33 +00:00