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 scoder
Recipients alex, benjamin.peterson, brett.cannon, christian.heimes, gregory.p.smith, neologix, pitrou, rhettinger, scoder, serhiy.storchaka
Date 2013-03-06.05:51:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362549072.33.0.296643494837.issue17338@psf.upfronthosting.co.za>
In-reply-to
Content
I agree with basically all counter-arguments that were brought up so far. While I would eventually like to use the available length hints in the special case of Cython's list comprehensions, I'm far from seeing a general applicability for this. The use cases are fairly limited, the (missing) guarantees are easy to misunderstand by users and alternatives exist for most use cases. Python code shouldn't be bothered with memory management.
History
Date User Action Args
2013-03-06 05:51:12scodersetrecipients: + scoder, brett.cannon, rhettinger, gregory.p.smith, pitrou, christian.heimes, benjamin.peterson, alex, neologix, serhiy.storchaka
2013-03-06 05:51:12scodersetmessageid: <1362549072.33.0.296643494837.issue17338@psf.upfronthosting.co.za>
2013-03-06 05:51:12scoderlinkissue17338 messages
2013-03-06 05:51:11scodercreate