[New-bugs-announce] [issue19357] Module does not get pulled from sys.modules during importlib testing

Eric Snow report at bugs.python.org
Wed Oct 23 07:27:17 CEST 2013


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: normal
severity: normal
stage: needs patch
status: open
title: Module does not get pulled from sys.modules during importlib testing
type: behavior
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19357>
_______________________________________


More information about the New-bugs-announce mailing list