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-14.18:30:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557858656.5.0.965033059665.issue36917@roundup.psfhosted.org>
In-reply-to
Content
There would still be a breakage for that if someone was defining py36+ `visit_Constant` (which would clobber the `ast.NodeVisitor.visit_Constant` if we were to add it)
History
Date User Action Args
2019-05-14 18:30:56Anthony Sottilesetrecipients: + Anthony Sottile, serhiy.storchaka, mbussonn
2019-05-14 18:30:56Anthony Sottilesetmessageid: <1557858656.5.0.965033059665.issue36917@roundup.psfhosted.org>
2019-05-14 18:30:56Anthony Sottilelinkissue36917 messages
2019-05-14 18:30:56Anthony Sottilecreate