Damien George 58bb73e010 py/objint: In int.from_bytes, only create big-int if really needed.
This patch ensures that int.from_bytes only creates a big-int if necessary,
by checking the value for a small-int overflow as it's being parsed.
2017-05-06 10:29:09 +10:00
..
2017-03-08 22:36:02 +11:00
2015-11-13 12:49:18 +00:00
2017-01-27 17:19:06 +11:00