[issue41179] find_library on macOS Big Sur

2020-07-01 Thread Sumanth Ratna
Sumanth Ratna added the comment: I see; thanks for letting me know! I saw Issue41100 but I had assumed that it was only for build issues :) Should I close this issue? -- ___ Python tracker <https://bugs.python.org/issue41

[issue41179] find_library on macOS Big Sur

2020-06-30 Thread Sumanth Ratna
New submission from Sumanth Ratna : The following all return None on macOS Big Sur, but return a valid path (str) on macOS Catalina: python3.6 -c "from ctypes import util; print(util.find_library('objc'))" python3.7 -c "from ctypes import util; print(util.find_library('objc')