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 loewis
Recipients benjamin.peterson, loewis, pitrou
Date 2008-06-29.21:45:03
SpamBayes Score 0.022582604
Marked as misclassified No
Message-id <4868025D.4040801@v.loewis.de>
In-reply-to <1214774265.5934.3.camel@fsol>
Content
> The bug entry is just for pointing out a missed optimization
> opportunity. The first mentioned solution would already be an
> improvement, although of course it would even be better to skip the
> intermediary allocation altogether.

Can you propose an implementation strategy that doesn't create the
object, yet still avoids duplication of large chunks of code?
History
Date User Action Args
2008-06-29 21:52:45loewissetspambayes_score: 0.0225826 -> 0.022582604
recipients: + loewis, pitrou, benjamin.peterson
2008-06-29 21:45:03loewislinkissue3236 messages
2008-06-29 21:45:03loewiscreate