]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
This adds a leak, but fixes a crash. The leaking code is:
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 27 Aug 2007 03:22:50 +0000 (03:22 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 27 Aug 2007 03:22:50 +0000 (03:22 +0000)
commit247b5154ac37c2069d48fc500f06f06ff6763fa1
treeb2d9f1d0543d41b4e48d543c96ccdff557a55556
parent44c19f64a5b10c4a68aee8757d68c54c9129d757
This adds a leak, but fixes a crash.  The leaking code is:
  "{0:.{precision}s}".format('hello world', precision=5)
I pretty sure it's because of the 'precision' keyword.
Still need to investigate further.
Objects/stringlib/string_format.h