]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-101056: Fix memory leak in `formatfloat()` in `bytesobject.c` (GH-101057)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 16 Jan 2023 11:12:52 +0000 (03:12 -0800)
committerGitHub <noreply@github.com>
Mon, 16 Jan 2023 11:12:52 +0000 (03:12 -0800)
commit664141e34c4df3aed6c21996e2476175d136c06b
treed7e527e5e0da912f2c27ccdc86c4207cf31f98a7
parentb7b641a2ffaa0d370e73bed193b55aacb82f1069
gh-101056: Fix memory leak in `formatfloat()` in `bytesobject.c` (GH-101057)

(cherry picked from commit b1a74a182d8762bda51838401ac92b6ebad9632a)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Objects/bytesobject.c