commit | 1e5fcc3dea4263a5c01ecc4cd9b5d755fab5ee6a | [log] [tgz] |
---|---|---|
author | Eric V. Smith <eric@trueblade.com> | Thu Sep 24 08:52:04 2015 -0400 |
committer | Eric V. Smith <eric@trueblade.com> | Thu Sep 24 08:52:04 2015 -0400 |
tree | 6657bf59a9d3fc0501ad1db39fec7997efab5dfc | |
parent | 038b61fbb54aceea62b44a45ee4ff4723a09ee7f [diff] |
Fixed error creation if the problem is an empty expression in an f-string: use ast_error instead of PyErr_SetString.