diff options
author | Tim Peters <tim.peters@gmail.com> | 2006-06-06 00:25:07 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2006-06-06 00:25:07 (GMT) |
commit | 02f1d0dc78aefa9a15fc6291fe2631f67f2fa6ef (patch) | |
tree | 389cb037b5bf0eacde05580cb12d353018050e41 /Python/marshal.c | |
parent | 3c228b19f049d71c47714e7a2ced5ab4d163be78 (diff) | |
download | cpython-02f1d0dc78aefa9a15fc6291fe2631f67f2fa6ef.zip cpython-02f1d0dc78aefa9a15fc6291fe2631f67f2fa6ef.tar.gz cpython-02f1d0dc78aefa9a15fc6291fe2631f67f2fa6ef.tar.bz2 |
_PySys_Init(): It's rarely a good idea to size a buffer to the
exact maximum size someone guesses is needed. In this case, if
we're really worried about extreme integers, then "cp%d" can
actually need 14 bytes (2 for "cp" + 1 for \0 at the end +
11 for -(2**31-1)). So reserve 128 bytes instead -- nothing is
actually saved by making a stack-local buffer tiny.
Diffstat (limited to 'Python/marshal.c')
0 files changed, 0 insertions, 0 deletions