mirror of
https://github.com/python/cpython.git
synced 2025-11-24 12:20:42 +00:00
[3.14] gh-138158: Use the "data" tarfile extraction filter in Tools/ssl/multissltests.py (GH-138147) (#138262)
Co-authored-by: Tommaso Bona <piergeolo@gmail.com>
This commit is contained in:
parent
a37a382f78
commit
b79becefb6
1 changed files with 1 additions and 1 deletions
|
|
@ -294,7 +294,7 @@ class AbstractBuilder(object):
|
|||
raise ValueError(member.name, base)
|
||||
member.name = member.name[len(base):].lstrip('/')
|
||||
log.info("Unpacking files to {}".format(self.build_dir))
|
||||
tf.extractall(self.build_dir, members)
|
||||
tf.extractall(self.build_dir, members, filter='data')
|
||||
|
||||
def _build_src(self, config_args=()):
|
||||
"""Now build openssl"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue