Damien George af622eb2a6 py/map: Change mp_uint_t to size_t where appropriate.
The internal map/set functions now use size_t exclusively for computing
addresses.  size_t is enough to reach all of available memory when
computing addresses so is the right type to use.  In particular, for
nanbox builds it saves quite a bit of code size and RAM compared to the
original use of mp_uint_t (which is 64-bits on nanbox builds).
2017-02-08 11:00:15 +11:00
..
2017-02-01 23:03:10 +03:00
2017-02-01 23:03:10 +03:00
2017-02-01 23:03:10 +03:00
2015-11-13 12:49:18 +00:00
2017-01-27 17:19:06 +11:00
2017-01-27 17:19:06 +11:00