zipfile.ZipFile: fix fp, extract (#3828)

* zipfile: fp is None in a lot of error cases

* zipfile: pwd can be None in extract

Co-authored-by: hauntsaninja <>
This commit is contained in:
Shantanu
2020-03-06 14:57:06 -08:00
committed by GitHub
parent e5a276c94f
commit 2d82e1fb8b
2 changed files with 2 additions and 4 deletions

View File

@@ -915,6 +915,4 @@ xml.etree.cElementTree.TreeBuilder.start
xml.sax.xmlreader.AttributesImpl.has_key
zipfile.ZipExtFile.read
zipfile.ZipExtFile.readline
zipfile.ZipFile.extract
zipfile.ZipFile.fp
zlib.compressobj