Re: [Python-Dev] zipimport.c broken with implicit namespace packages

2016年1月04日 10:30:24 -0800

>>>>> " " == Brett Cannon <[email protected]> writes:
...
 > It's a reasonable thing to consider, but it would be better to
 > get zipimport fixed for you, then rewritten
 To that end, I've added a patch to the issue tracker:
https://bugs.python.org/issue17633
 My patch is issue17633-3.diff which builds upon issue17633-2.diff in
that it fixes an issue with the enumerated value used by find_loader
(find_loader was returning -1 which was not even a valid enumerated
value).
 I also expanded the test cases for zipimport to cover namespace
packages spread between multiple zip archives and zip archives and
real filesystems.
 Please let me know if there is anything else I can do.
Thanks,
Mike
_______________________________________________
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to