Skip to content
Snippets Groups Projects
Commit d1ae6ae0 authored by Damien George's avatar Damien George
Browse files

py/objint: Allow to print long-long ints without using the heap.

Some stack is allocated to format ints, and when the int implementation uses
long-long there should be additional stack allocated compared with the other
cases.  This patch uses the existing "fmt_int_t" type to determine the
amount of stack to allocate.
parent 4f29b315
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment