mirror of
https://github.com/python/cpython.git
synced 2026-05-06 04:37:33 -04:00
gh-130878: Add extra check to prepare_ssl.py (GH-130879)
This commit is contained in:
@@ -70,7 +70,8 @@ def copy_includes(makefile, suffix):
|
||||
try:
|
||||
os.makedirs(dir)
|
||||
except OSError:
|
||||
pass
|
||||
if not os.path.isdir(dir):
|
||||
raise
|
||||
copy_if_different = r'$(PERL) $(SRC_D)\util\copy-if-different.pl'
|
||||
with open(makefile) as fin:
|
||||
for line in fin:
|
||||
|
||||
Reference in New Issue
Block a user