Skip to content

Skip zipp.Path when it is not a file

pypy3 has a file-descriptor leak with open('directory') which zipp.Path(...) triggers. This preempts passing a directory and tickling that.

More information:

Merge request reports