Terry J. Reedy added the comment:
It took me a few minutes to realized that you patched test_cmd_line_script.py
to get the failure. When I did that, both
test_module_in_package_in_zipfile and
test_module_in_subpackage_in_zipfile
failed with TypeError in the call to _make_test_zip_pkg.
After
Roundup Robot added the comment:
New changeset 108a23d02b84 by Terry Jan Reedy in branch '3.4':
Issue #21770: Call function instead of module. Patch by Claudiu Popa.
http://hg.python.org/cpython/rev/108a23d02b84
--
nosy: +python-dev
___
Python tracker
New submission from Claudiu Popa:
Using make_zip_pkg from script_helper with compiled=True will lead to the
following failure:
Traceback (most recent call last):
File "D:\Projects\cpython\lib\test\test_cmd_line_script.py", line 305, in
test_module_in_subpackage_in_zipfile
zip_name, run_n