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 mark.dickinson
Recipients Matt.Mackall, benjamin.peterson, gregory.p.smith, josh.r, larry, mark.dickinson, marmoute, mpm, python-dev, rhettinger, serhiy.storchaka
Date 2015-05-13.12:45:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431521149.42.0.905832580982.issue23971@psf.upfronthosting.co.za>
In-reply-to
Content
> It never overflows, because Py_SIZE(seq) is the size of allocated array of pointers.

Ah, good point.
History
Date User Action Args
2015-05-13 12:45:49mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, gregory.p.smith, larry, benjamin.peterson, mpm, python-dev, Matt.Mackall, serhiy.storchaka, josh.r, marmoute
2015-05-13 12:45:49mark.dickinsonsetmessageid: <1431521149.42.0.905832580982.issue23971@psf.upfronthosting.co.za>
2015-05-13 12:45:49mark.dickinsonlinkissue23971 messages
2015-05-13 12:45:49mark.dickinsoncreate