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 Anthony Sottile
Recipients Anthony Sottile, mbussonn, serhiy.storchaka
Date 2019-05-15.13:32:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557927168.86.0.836994014404.issue36917@roundup.psfhosted.org>
In-reply-to
Content
spent some more time thinking about this and I think we should strongly consider reverting.  simplification in the core interpreter should not be weighed lightly against complexity and breaking changes for users.

the change is also unfortunate because it reduces the expressivity of the ast

as we discuss shims, I believe the intention is to remove the `Num` / `Str` / etc. layer eventually so it's really just delaying that.

so my vote is to revert, keep the complexity in the compiler and out of user code
History
Date User Action Args
2019-05-15 13:32:48Anthony Sottilesetrecipients: + Anthony Sottile, serhiy.storchaka, mbussonn
2019-05-15 13:32:48Anthony Sottilesetmessageid: <1557927168.86.0.836994014404.issue36917@roundup.psfhosted.org>
2019-05-15 13:32:48Anthony Sottilelinkissue36917 messages
2019-05-15 13:32:48Anthony Sottilecreate