Issue 19357: Module does not get pulled from sys.modules during importlib testing (original) (raw)
Issue19357
Created on 2013-10-23 05:27 by eric.snow, last changed 2022-04-11 14:57 by admin. This issue is now closed.
Messages (2) | ||
---|---|---|
msg200997 - (view) | Author: Eric Snow (eric.snow) * ![]() |
Date: 2013-10-23 05:27 |
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". | ||
msg200999 - (view) | Author: Roundup Robot (python-dev) ![]() |
Date: 2013-10-23 05:52 |
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 "loaded" during tests gets forgotten. http://hg.python.org/cpython/rev/733be92448b0 |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:57:52 | admin | set | github: 63556 |
2013-10-23 06:17:56 | eric.snow | set | status: pending -> closed |
2013-10-23 05:54:12 | eric.snow | set | status: open -> pendingresolution: fixedstage: needs patch -> resolved |
2013-10-23 05:52:46 | python-dev | set | nosy: + python-devmessages: + |
2013-10-23 05:31:46 | eric.snow | set | versions: + Python 3.3 |
2013-10-23 05:27:17 | eric.snow | create |