mirror of
https://github.com/python/cpython.git
synced 2026-05-09 06:01:08 -04:00
97019e4110
pass the buffer length. Stop using it. It should be deprecated, but too late in the release cycle to do that now. New static format_float() does the same thing but requires passing the buffer length too. Use it instead.