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 r.david.murray
Recipients martin.panter, r.david.murray, xiang.zhang
Date 2016-07-31.19:12:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469992332.73.0.0335133452664.issue27660@psf.upfronthosting.co.za>
In-reply-to
Content
ob->allocated is temporarily set to -1 by list.sort to detect mutations, so the restriction of new_allocated to size_t is probably intentional.  If so, though, there ought to be a comment making that clear.
History
Date User Action Args
2016-07-31 19:12:12r.david.murraysetrecipients: + r.david.murray, martin.panter, xiang.zhang
2016-07-31 19:12:12r.david.murraysetmessageid: <1469992332.73.0.0335133452664.issue27660@psf.upfronthosting.co.za>
2016-07-31 19:12:12r.david.murraylinkissue27660 messages
2016-07-31 19:12:12r.david.murraycreate