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 vstinner
Recipients christian.heimes, jeremy.kloth, jkloth, loewis, steve.dower, tim.golden, vstinner, zach.ware
Date 2018-11-22.13:45:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542894319.57.0.788709270274.issue18407@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 4d73ae776140a583fdfe8f016d88cc767791e481 by Victor Stinner in branch 'master':
bpo-18407: ast.c uses Py_ssize_t for asdl_seq_LEN() iterator (GH-10655)
https://github.com/python/cpython/commit/4d73ae776140a583fdfe8f016d88cc767791e481
History
Date User Action Args
2018-11-22 13:45:19vstinnersetrecipients: + vstinner, loewis, christian.heimes, tim.golden, jkloth, jeremy.kloth, zach.ware, steve.dower
2018-11-22 13:45:19vstinnersetmessageid: <1542894319.57.0.788709270274.issue18407@psf.upfronthosting.co.za>
2018-11-22 13:45:19vstinnerlinkissue18407 messages
2018-11-22 13:45:19vstinnercreate