Message186975
| Author |
lemburg |
| Recipients |
amaury.forgeotdarc, benjamin.peterson, lemburg, pitrou |
| Date |
2013年04月15日.11:20:45 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1366024845.41.0.949762436964.issue17703@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
Checked the patch: it fixes the problem. Thanks.
Will this go into Python 2.7.5 ?
I'm asking because we need to issue a patch level release of egenix-mx-base and if Python 2.7.5 will fix the problem, we'll just add the work-around for Python 2.7.4.
Regarding a better cleanup logic: This is available in Python 3.x with the new module init logic and we'll use it there.
PS: The approach with doing the cleanup at module startup time won't work, because the still existing objects will reference parts of the already cleaned up interpreter instance. |
|