python-decompile3 icon indicating copy to clipboard operation
python-decompile3 copied to clipboard

Support 3.8 f-strings =

Open rocky opened this issue 3 years ago • 0 comments

See https://docs.python.org/3/whatsnew/3.8.html#f-strings-support-for-self-documenting-expressions-and-debugging

Branch 3.8-fstring-debug-attribute has some parser grammar changes and semantic action. The semantic action needs correcting.

The test from the Python test suite that tests this is test_debug_conversion() in test/test_fstring.py

rocky avatar Jun 26 '22 05:06 rocky