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 ppperry
Recipients ppperry, socketpair
Date 2016-05-20.23:21:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463786515.83.0.578598687269.issue27070@psf.upfronthosting.co.za>
In-reply-to
Content
Python is not the type of language in which one applies such memory micro-optimizations. In any case, if you really need to do this, use a custom class that subclasses `list` and overrides the modification methods to add a check.
History
Date User Action Args
2016-05-20 23:21:55ppperrysetrecipients: + ppperry, socketpair
2016-05-20 23:21:55ppperrysetmessageid: <1463786515.83.0.578598687269.issue27070@psf.upfronthosting.co.za>
2016-05-20 23:21:55ppperrylinkissue27070 messages
2016-05-20 23:21:55ppperrycreate