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 mbussonn
Recipients Anthony Sottile, mbussonn, serhiy.storchaka
Date 2019-05-15.15:44:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557935055.83.0.157822259735.issue36917@roundup.psfhosted.org>
In-reply-to
Content
> so my vote is to revert, keep the complexity in the compiler and out of user code


Playing Devil advocate here, but the complexity depends on what transformations user want to do; with the current state of 3.8, a user that wants to visit all immutable types can do with a single visit_Constant; once 32892 reverted; they would need to implement all of visit_Str,NamedConstant,Num,Bytes, and have it called the same visit_Constant.
History
Date User Action Args
2019-05-15 15:44:15mbussonnsetrecipients: + mbussonn, serhiy.storchaka, Anthony Sottile
2019-05-15 15:44:15mbussonnsetmessageid: <1557935055.83.0.157822259735.issue36917@roundup.psfhosted.org>
2019-05-15 15:44:15mbussonnlinkissue36917 messages
2019-05-15 15:44:15mbussonncreate