This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gvanrossum
Recipients BTaskaya, Daniel Moisset, brandtbucher, freundTech, gvanrossum, kj, laurenjl, lys.nikolaou, pablogsal, rhettinger, willingc, xtreak
Date 2021-03-13.01:47:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAP7+vJ+k=i1JNsan2fj+krMRNE5xvO6By3GVZ4yLK7QX62xFvQ@mail.gmail.com>
In-reply-to <1615597985.89.0.490566804956.issue42128@roundup.psfhosted.org>
Content
This does point out that the ast structure is a liability, and we won't be
able to easily change it, since mypy and IIRC many linters use the ast
module. So I think that maybe we need to think more carefully about what
the *proper* ast structure is, rather than what was most convenient for the
initial implementation. (Brandt, I know you are reluctant to change this,
and I don't blame you, but nevertheless I think we should at least think
about this some more so we're not stuck with a sub-optimal "default"
solution. We've already won the war. Let's not lose the battle. :-)
History
Date User Action Args
2021-03-13 01:47:14gvanrossumsetrecipients: + gvanrossum, rhettinger, willingc, Daniel Moisset, lys.nikolaou, pablogsal, xtreak, brandtbucher, BTaskaya, kj, laurenjl, freundTech
2021-03-13 01:47:14gvanrossumlinkissue42128 messages
2021-03-13 01:47:14gvanrossumcreate