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 pitrou
Recipients alex, benjamin.peterson, pitrou, rhettinger
Date 2013-03-03.01:15:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362273343.05.0.0913821995309.issue17338@psf.upfronthosting.co.za>
In-reply-to
Content
I think it is going a bit too far in the direction of exposing low-level optimizations. Python is not C++. I also agree with Raymond that it's rather rare to construct read-only containers (in the sense that they are allocated once and for all).
History
Date User Action Args
2013-03-03 01:15:43pitrousetrecipients: + pitrou, rhettinger, benjamin.peterson, alex
2013-03-03 01:15:43pitrousetmessageid: <1362273343.05.0.0913821995309.issue17338@psf.upfronthosting.co.za>
2013-03-03 01:15:43pitroulinkissue17338 messages
2013-03-03 01:15:42pitroucreate