]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fixed error creation if the problem is an empty expression in an f-string: use ast_er...
authorEric V. Smith <eric@trueblade.com>
Thu, 24 Sep 2015 12:52:04 +0000 (08:52 -0400)
committerEric V. Smith <eric@trueblade.com>
Thu, 24 Sep 2015 12:52:04 +0000 (08:52 -0400)
commit1e5fcc3dea4263a5c01ecc4cd9b5d755fab5ee6a
tree6657bf59a9d3fc0501ad1db39fec7997efab5dfc
parent038b61fbb54aceea62b44a45ee4ff4723a09ee7f
Fixed error creation if the problem is an empty expression in an f-string: use ast_error instead of PyErr_SetString.
Python/ast.c