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 ncoghlan
Recipients brett.cannon, ncoghlan, vstinner
Date 2011-02-06.15:57:06
SpamBayes Score 2.941304e-07
Marked as misclassified No
Message-id <1297007829.22.0.627747872469.issue10971@psf.upfronthosting.co.za>
In-reply-to
Content
My fix for the issues with reloading of the _ssl module meant that a couple of temporary modules weren't getting cleared out of sys.modules properly, thus confusing the second and later runs of affected tests.

Attached patch adds explicit removal calls for the affected modules.
History
Date User Action Args
2011-02-06 15:57:10ncoghlansetrecipients: + ncoghlan, brett.cannon, vstinner
2011-02-06 15:57:09ncoghlansetmessageid: <1297007829.22.0.627747872469.issue10971@psf.upfronthosting.co.za>
2011-02-06 15:57:07ncoghlanlinkissue10971 messages
2011-02-06 15:57:07ncoghlancreate