]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix issue 26287: While handling FORMAT_VALUE opcode, the top of stack was being corru...
authorEric V. Smith <eric@trueblade.com>
Fri, 5 Feb 2016 23:23:08 +0000 (18:23 -0500)
committerEric V. Smith <eric@trueblade.com>
Fri, 5 Feb 2016 23:23:08 +0000 (18:23 -0500)
commit135d5f49f6da605bb1073f939e826e352a2d655f
tree28bc42218ba2447d4b8b078f47fb16274e0bf751
parenta3643c280f7ed819d2caaa52cb0094a8f2267000
Fix issue 26287: While handling FORMAT_VALUE opcode, the top of stack was being corrupted if an error occurred in PyObject_Format().
Lib/test/test_fstring.py
Python/ceval.c