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 serhiy.storchaka
Recipients serhiy.storchaka
Date 2014-12-10.21:58:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418248729.18.0.338181805026.issue23028@psf.upfronthosting.co.za>
In-reply-to
Content
CEnvironmentVariableTests and PyEnvironmentVariableTests are purposed to test C and Python implementations. But they are test the same implementation because execute test code in a subprocess and changes of sys.modules in current process don't affect a subprocess.
History
Date User Action Args
2014-12-10 21:58:49serhiy.storchakasetrecipients: + serhiy.storchaka
2014-12-10 21:58:49serhiy.storchakasetmessageid: <1418248729.18.0.338181805026.issue23028@psf.upfronthosting.co.za>
2014-12-10 21:58:49serhiy.storchakalinkissue23028 messages
2014-12-10 21:58:49serhiy.storchakacreate