]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34558: Add missing parentheses in _aix.py (GH-9017)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 1 Sep 2018 02:46:32 +0000 (22:46 -0400)
committerGitHub <noreply@github.com>
Sat, 1 Sep 2018 02:46:32 +0000 (22:46 -0400)
commit89c9043ee09d89c99f70e61d8fc0ba45e255b055
tree552a8a46cf471bd084813b073a7ea6e8b2563a04
parent4da71814b327cb2ad47a01710360cd21ba636352
bpo-34558: Add missing parentheses in _aix.py (GH-9017)

p.wait()
(cherry picked from commit 172a71f19bb5e9624651850b315f403c460b9699)

Co-authored-by: Michael Felt <aixtools@users.noreply.github.com>
Lib/ctypes/_aix.py
Misc/NEWS.d/next/Library/2018-08-31-19-26-55.bpo-34558.MHv582.rst [new file with mode: 0644]