Message72639
| 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:00 | amaury.forgeotdarc | set | recipients: + amaury.forgeotdarc, nnorwitz, pitrou, benjamin.peterson |
| 2008-09-05 22:34:00 | amaury.forgeotdarc | set | messageid: <1220654040.86.0.809464231247.issue3660@psf.upfronthosting.co.za> |
| 2008-09-05 22:34:00 | amaury.forgeotdarc | link | issue3660 messages |
| 2008-09-05 22:34:00 | amaury.forgeotdarc | create | |