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 amaury.forgeotdarc, benjamin.peterson, nnorwitz, pitrou
Date 2008-09-05.22:35:53
SpamBayes Score 8.76227e-07
Marked as misclassified No
Message-id <1220654151.13393.7.camel@fsol>
In-reply-to <1220654040.86.0.809464231247.issue3660@psf.upfronthosting.co.za>
Content
> It's not only the name, but a copy of the whole module dict just after
> import (that's why reload(sys) takes you back the
> sys.setdefaultencoding() function).

Ow.

> Actually I found a (hackish) way to clean the 'extension' dict, but this
> is not enough: the static variables in xxmodule.c cannot be cleared.
> Shall we exclude this test from the leak hunter?

I'd prefer not. If we hide this leak, we'll end up forgetting about its
existence.
History
Date User Action Args
2008-09-05 22:35:53pitrousetrecipients: + pitrou, nnorwitz, amaury.forgeotdarc, benjamin.peterson
2008-09-05 22:35:53pitroulinkissue3660 messages
2008-09-05 22:35:53pitroucreate