[issue19357] Module does not get pulled from sys.modules during importlib testing

2013-10-22 Thread Eric Snow
Changes by Eric Snow : -- status: pending -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue19357] Module does not get pulled from sys.modules during importlib testing

2013-10-22 Thread Eric Snow
Changes by Eric Snow : -- resolution: -> fixed stage: needs patch -> committed/rejected status: open -> pending ___ Python tracker ___ __

[issue19357] Module does not get pulled from sys.modules during importlib testing

2013-10-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2a62cd8553b5 by Eric Snow in branch '3.3': [Issue #19357] Ensure module "loaded" during tests gets forgotten. http://hg.python.org/cpython/rev/2a62cd8553b5 New changeset 733be92448b0 by Eric Snow in branch 'default': [Issue #19357] Ensure module "lo

[issue19357] Module does not get pulled from sys.modules during importlib testing

2013-10-22 Thread Eric Snow
Changes by Eric Snow : -- versions: +Python 3.3 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.py

[issue19357] Module does not get pulled from sys.modules during importlib testing

2013-10-22 Thread Eric Snow
New submission from Eric Snow: In Lib/test/test_importlib/import_/test_caching.py, UseCache.test_using_cache "uncaches" "module_to_use", which it really ought to be yanking "some_module". -- assignee: eric.snow components: Tests messages: 200997 nosy: brett.cannon, eric.snow priority: n