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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, benjamin.peterson, nnorwitz, pitrou
Date 2008-09-05.22:34:00
SpamBayes Score 5.308123e-06
Marked as misclassified No
Message-id <1220654040.86.0.809464231247.issue3660@psf.upfronthosting.co.za>
In-reply-to
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).

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?
History
Date User Action Args
2008-09-05 22:34:00amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, nnorwitz, pitrou, benjamin.peterson
2008-09-05 22:34:00amaury.forgeotdarcsetmessageid: <1220654040.86.0.809464231247.issue3660@psf.upfronthosting.co.za>
2008-09-05 22:34:00amaury.forgeotdarclinkissue3660 messages
2008-09-05 22:34:00amaury.forgeotdarccreate