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 benjamin.peterson, brett.cannon, gvanrossum, ncoghlan, serhiy.storchaka, vstinner, yselivanov
Date 2018-09-20.16:53:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537462401.89.0.956365154283.issue32892@psf.upfronthosting.co.za>
In-reply-to
Content
I don't feel confident reviewing the code, but I'm okay with the change. Can you describe what usages of the old API will continue to work, and what part will break? (It would seem that code that creates a tree using e.g. Num(42) will still work, but code inspecting a tree won't see any Num instances, only Constant instances.)
History
Date User Action Args
2018-09-20 16:53:21gvanrossumsetrecipients: + gvanrossum, brett.cannon, ncoghlan, vstinner, benjamin.peterson, serhiy.storchaka, yselivanov
2018-09-20 16:53:21gvanrossumsetmessageid: <1537462401.89.0.956365154283.issue32892@psf.upfronthosting.co.za>
2018-09-20 16:53:21gvanrossumlinkissue32892 messages
2018-09-20 16:53:21gvanrossumcreate