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 steve.dower
Recipients paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2019-02-19.17:08:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550596110.95.0.779849620667.issue36040@roundup.psfhosted.org>
In-reply-to
Content
Eh, just needs to change the local variable to Py_ssize_t. This applies to all platforms.

Might be worth asserting that it is no bigger than the largest number of child tokens a node may have, but only if we have an arbitrary limit for that somewhere (I *believe* that's what it's doing here, but ast.c isn't a file that I understand well).
History
Date User Action Args
2019-02-19 17:08:30steve.dowersetrecipients: + steve.dower, paul.moore, vstinner, tim.golden, zach.ware
2019-02-19 17:08:30steve.dowersetmessageid: <1550596110.95.0.779849620667.issue36040@roundup.psfhosted.org>
2019-02-19 17:08:30steve.dowerlinkissue36040 messages
2019-02-19 17:08:30steve.dowercreate