[issue16803] Make test_importlib run tests under both _frozen_importlib and importlib._bootstrap

Brett Cannon report at bugs.python.org
Fri Nov 8 20:29:26 CET 2013


Brett Cannon added the comment:

test_importlib now runs both frozen and source code for all relevant tests. Should allow for making changes in the source w/o recompiling and making sure any source tests pass. Also makes sure the pure Python implementation of import that mirrors what import.c does stays compatible.

----------
resolution:  -> fixed
stage: needs patch -> committed/rejected
status: open -> closed
title: Make test_import & test_importlib run tests under both _frozen_importlib and importlib._bootstrap -> Make test_importlib run tests under both _frozen_importlib and importlib._bootstrap

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


More information about the Python-bugs-list mailing list