]> granicus.if.org Git - python/commit
Remove arbitrary string length limits
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 5 Jan 2011 03:33:26 +0000 (03:33 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 5 Jan 2011 03:33:26 +0000 (03:33 +0000)
commitaaa4e9a4380f904c6ae4e7dadd229c48d3adc615
tree950dcec5ce602ae71eee274bbc4fe4e775bd8c11
parent477efb394412314d47fdfb3f7c287edb028809c0
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.
Objects/codeobject.c
Parser/tokenizer.c