On 2020-5-20 00:33 , Kenneth F. Cunningham wrote: > 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
<https://docs.python.org/3.8/whatsnew/3.8.html#debug-build-uses-the-same-abi-as-release-build> - Josh
