]> granicus.if.org Git - python/commit
bpo-33281: Fix ctypes.util.find_library regression on macOS (GH-6625) (GH-6680)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 2 May 2018 02:51:31 +0000 (19:51 -0700)
committerNed Deily <nad@python.org>
Wed, 2 May 2018 02:51:31 +0000 (22:51 -0400)
commitc74ca5396aa7740d4fc90617e6b2315e849fa71f
treeee6f8ba4339d48db1e0ae9603241596bce288914
parent0596f319020ad34010cbf98608021080ba2a1d4b
bpo-33281:  Fix ctypes.util.find_library regression on macOS (GH-6625) (GH-6680)

(cherry picked from commit d06d345f04b3f7e5b318df69b1d179328a64ca9c)

Co-authored-by: Ray Donnelly <mingw.android@gmail.com>
Lib/ctypes/util.py