Trying to debug an upgrade to libpeas to use python38, it was failing to link libpython3.8 into the build. Something strange happening in the python config: $ python3.8-config --libs -ldl -framework CoreFoundation $ python3.7-config --libs -lpython3.7m -ldl -framework CoreFoundation Ken