Issue #24114: Fix an uninitialized variable in `ctypes.util`.
authorMeador Inge <meadori@gmail.com>
Sun, 1 May 2016 03:17:22 +0000 (22:17 -0500)
committerMeador Inge <meadori@gmail.com>
Sun, 1 May 2016 03:17:22 +0000 (22:17 -0500)
The bug only occurs on SunOS when the ctypes implementation searches
for the `crle` program.  Patch by Xiang Zhang.  Tested on SunOS by
Kees Bos.

1  2 
Lib/ctypes/util.py
Misc/NEWS

Simple merge
diff --cc Misc/NEWS
Simple merge