diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-01-05 03:33:26 +0000 |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-01-05 03:33:26 +0000 |
commit | b3486edd771ae0bcedee3b0a2404488557014a70 (patch) | |
tree | 73b1d5f69f25c8bf581e6a64276db1d83deac35b /Python/errors.c | |
parent | d14169bf79169c356451b9d0c64868650f1a4cd5 (diff) | |
download | cpython-b3486edd771ae0bcedee3b0a2404488557014a70.tar.gz |
Remove arbitrary string length limits
PyUnicode_FromFormat() and PyErr_Format() allocates a buffer of the needed
size, it is no more a fixed-buffer of 500 bytes.
Diffstat (limited to 'Python/errors.c')
0 files changed, 0 insertions, 0 deletions