Commit 172a71f1 authored by Michael Felt's avatar Michael Felt Committed by Mariatta

bpo-34558: Add missing parentheses in _aix.py (GH-9017)

p.wait()
parent f2ef51f8
......@@ -115,7 +115,7 @@ def get_ld_headers(file):
else:
break
p.stdout.close()
p.wait
p.wait()
return ldr_headers
def get_shared(ld_headers):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment