bpo-26439 Fix ctypes.util.find_library failure on AIX by aixtools · Pull Request #4507 · python/cpython

added 4 commits

November 20, 2017 23:01

@merwok merwok changed the title Issue 26439 bpo-26439 ...

Nov 22, 2017

@merwok merwok changed the title bpo-26439 ... bpo-26439 Fix ctypes.util.find_library failure on AIX

Nov 22, 2017

@aixtools

@aixtools

@aixtools

@aixtools

vstinner

@aixtools

 and call the routines by name, e.g., re.search, re.match, re.escape

vadmium

@aixtools

@aixtools

 Restored a "while True: loop to be sure file was being read to the end
  otherwise, only the first entry was being returned.
 Corrected spelling errors
 Clarified some comments
 Modified some (temporary) tests in util.py

@aixtools

vstinner

@aixtools