mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Issue #16803: test.test_importlib.import_ now tests frozen and source code
This commit is contained in:
parent
a3c6963467
commit
330f71b617
11 changed files with 146 additions and 154 deletions
|
|
@ -15,6 +15,4 @@ if __name__ == '__main__':
|
|||
parser.add_argument('-b', '--builtin', action='store_true', default=False,
|
||||
help='use builtins.__import__() instead of importlib')
|
||||
args = parser.parse_args()
|
||||
if args.builtin:
|
||||
util.using___import__ = True
|
||||
test_main()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue