commit | d112c600ab3f5e2910345bcc4bfc39439917ed87 | [log] [tgz] |
---|---|---|
author | Pablo Galindo <Pablogsal@gmail.com> | Wed Mar 18 23:02:09 2020 +0000 |
committer | GitHub <noreply@github.com> | Wed Mar 18 23:02:09 2020 +0000 |
tree | 1b260548a6f6b9bebcbf9be74bcfb3f3f8a39068 | |
parent | 8849e5962ba481d5d414b3467a256aba2134b4da [diff] |
bpo-39220: Do not optimise annotation if 'from __future__ import annotations' is used (GH-17866) Do not apply AST-based optimizations if 'from __future__ import annotations' is used in order to prevent information lost in the final version of the annotations.