Damien George 60656eaea4 py: Define and use MP_OBJ_ITER_BUF_NSLOTS to get size of stack iter buf.
It improves readability of code and reduces the chance to make a mistake.

This patch also fixes a bug with nan-boxing builds by rounding up the
calculation of the new NSLOTS variable, giving the correct number of slots
(being 4) even if mp_obj_t is larger than the native machine size.
2017-03-23 16:36:08 +11:00
..
2017-02-17 12:48:45 +11:00
2017-03-08 22:36:02 +11:00
2017-03-07 16:48:09 +01:00
2015-11-13 12:49:18 +00:00
2017-01-27 17:19:06 +11:00