[New-bugs-announce] [issue16803] Make time_importlib run tests under both _frozen_importlib and importlib._bootstrap

Brett Cannon report at bugs.python.org
Fri Dec 28 19:07:49 CET 2012


New submission from Brett Cannon:

Need to do some work on the importlib tests such that they get run using both _frozen_importlib and importlib._bootstrap to prevent any drift between importlib/_bootstrap.py and import.c (and to make it easier to develop).

----------
components: Tests
messages: 178409
nosy: brett.cannon
priority: normal
severity: normal
stage: needs patch
status: open
title: Make time_importlib run tests under both _frozen_importlib and importlib._bootstrap
type: behavior
versions: Python 3.4

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


More information about the New-bugs-announce mailing list