commit | 6e39999a246a019a356e1befcdfd3d54a52cb7b5 | [log] [tgz] |
---|---|---|
author | Pablo Galindo <Pablogsal@gmail.com> | Sun Jun 28 02:22:30 2020 +0100 |
committer | GitHub <noreply@github.com> | Sun Jun 28 02:22:30 2020 +0100 |
tree | d115f8a48c6df398c47b651a6a498a4887933e37 | |
parent | 6803ff28f8b9c57ae2442c56e3e5d265f46aea15 [diff] |
[3.9] bpo-38870: Extend subject of ast.unparse warnings (GH-21053) (GH-21191) - Mention that some compiler optimizations might not roundtrip exactly (such as constant tuples and frozensets). - Add a warning about it might raise RecursionError on very complex expressions due to the recursive unparsing aspect of ast.unparse (cherry picked from commit 8df1016)