Message72637
| Author | amaury.forgeotdarc |
|---|---|
| Recipients | amaury.forgeotdarc, benjamin.peterson, nnorwitz, pitrou |
| Date | 2008-09-05.22:19:44 |
| SpamBayes Score | 1.0037795e-05 |
| Marked as misclassified | No |
| Message-id | <1220653185.68.0.152296612886.issue3660@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
test_distutils will be difficult; the leak is around the "import xx" in Lib/distutils/tests/test_build_ext.py. And Python/import.c says: /* To prevent initializing an extension module more than once, we keep a static dictionary 'extensions' keyed [...] by filename (for dynamically loaded modules). A copy of the module's dictionary is stored [...] */ This dictionary keeps growing with random filenames in the temp directory. I can't see a way to clean it. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-09-05 22:19:45 | amaury.forgeotdarc | set | recipients: + amaury.forgeotdarc, nnorwitz, pitrou, benjamin.peterson |
| 2008-09-05 22:19:45 | amaury.forgeotdarc | set | messageid: <1220653185.68.0.152296612886.issue3660@psf.upfronthosting.co.za> |
| 2008-09-05 22:19:45 | amaury.forgeotdarc | link | issue3660 messages |
| 2008-09-05 22:19:44 | amaury.forgeotdarc | create | |