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 <rep...@bugs.python.org>
<http://bugs.python.org/issue16803>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to