commit | 6f6ff8a56518a80da406aad6ac8364c046cc7f18 | [log] [tgz] |
---|---|---|
author | Eric V. Smith <ericvsmith@users.noreply.github.com> | Mon May 27 15:31:52 2019 -0400 |
committer | GitHub <noreply@github.com> | Mon May 27 15:31:52 2019 -0400 |
tree | 645d87649541f53b0ea4180a5f886c84320453fa | |
parent | 695b1dd8cbf3a48fdb30ab96918a49b20b7ec3e7 [diff] |
bpo-37050: Remove expr_text from FormattedValue ast node, use Constant node instead (GH-13597) When using the "=" debug functionality of f-strings, use another Constant node (or a merged constant node) instead of adding expr_text to the FormattedValue node.