Skip to content

Commit b8e9bc5

Browse files
miss-islingtonParzivalHack
authored andcommitted
[3.14] pythongh-138158: Use the "data" tarfile extraction filter in Tools/ssl/multissltests.py (pythonGH-138147) (python#138262)
Co-authored-by: Tommaso Bona <[email protected]>
1 parent 85be570 commit b8e9bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/ssl/multissltests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ def _unpack_src(self):
294294
raise ValueError(member.name, base)
295295
member.name = member.name[len(base):].lstrip('/')
296296
log.info("Unpacking files to {}".format(self.build_dir))
297-
tf.extractall(self.build_dir, members)
297+
tf.extractall(self.build_dir, members, filter='data')
298298

299299
def _build_src(self, config_args=()):
300300
"""Now build openssl"""

0 commit comments

Comments
 (0)