Files
python-uncompyle6/test/bytecode_3.6_run
rocky 04510ac2f8 lambda formatting in f-string
In a formatted string using "lambda',  we should not add "\n".
For example in:
  f'{(lambda x:x)("8")!r}'

Adding a "\n" after "lambda x: x" will give an error message:
  SyntaxError: f-string expression part cannot include a backslash
2022-04-12 16:49:58 -04:00
..
2019-06-07 12:32:21 -04:00
2020-01-11 07:23:23 -05:00
2019-07-14 01:12:42 +04:30
2019-12-22 12:28:27 -05:00
2019-04-10 11:49:27 -04:00
2020-01-05 11:54:41 -05:00
2020-01-11 07:23:23 -05:00
2019-05-02 11:44:20 -04:00
2019-04-22 18:42:21 -04:00
2022-04-12 16:49:58 -04:00
2018-04-09 01:36:42 -04:00

These are byte-compiled programs compiled by Python 3.6.

Furthrmore, the programs here are self-checking: when decompiled and
then run again in a 3.6 interpreter, they are likely to give an error
when they are miscompiled.