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 serhiy.storchaka
Recipients christian.heimes, eli.bendersky, python-dev, scoder, serhiy.storchaka, vstinner
Date 2015-11-22.11:27:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448191631.82.0.516039210002.issue19687@psf.upfronthosting.co.za>
In-reply-to
Content
Here is updated patch for 3.4.

Added new overflow checks in element_resize(), some runtime checks are replaced with asserts (conditions are always true), check for buffer size is copied from 3.5, followed Eli's suggestions about nchildren and index.
History
Date User Action Args
2015-11-22 11:27:11serhiy.storchakasetrecipients: + serhiy.storchaka, scoder, vstinner, christian.heimes, eli.bendersky, python-dev
2015-11-22 11:27:11serhiy.storchakasetmessageid: <1448191631.82.0.516039210002.issue19687@psf.upfronthosting.co.za>
2015-11-22 11:27:11serhiy.storchakalinkissue19687 messages
2015-11-22 11:27:11serhiy.storchakacreate