[issue23657] Don't do isinstance checks in zipapp

Paul Moore report at bugs.python.org
Fri Mar 20 15:41:55 CET 2015


Paul Moore added the comment:

Updated patch. Added the requested test and a set of tests for the command line API. This also highlighted a bug in the command line --info option, which is also fixed.

Coverage now:

Name          Stmts   Miss  Cover   Missing
-------------------------------------------
test_zipapp     254     12    95%   252-257, 263-268
zipapp          102      2    98%   30, 192
-------------------------------------------
TOTAL           356     14    96%

Remaining misses are Unix-only tests (this was run on Windows) and the __main__ block.

----------
Added file: http://bugs.python.org/file38606/duck_typed_zipapp.v3.patch

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


More information about the Python-bugs-list mailing list