On Wednesday 10 December 2008, mabshoff wrote:
> On Dec 9, 10:36 am, Martin Albrecht <[EMAIL PROTECTED]>
>
> wrote:
> > Hi there,
>
> Hi Martin,
>
> > I'm trying to understand the following memleak without success. Consider
> > three functions:
> >
> > def f(X):
> > try:
> > return ZZ(
On Dec 9, 10:36 am, Martin Albrecht <[EMAIL PROTECTED]>
wrote:
> Hi there,
Hi Martin,
> I'm trying to understand the following memleak without success. Consider three
> functions:
>
> def f(X):
> try:
> return ZZ(X)
> except TypeError:
> X = ZZ(map(ZZ,X),2)
> re