URL: https://github.com/SSSD/sssd/pull/819 Title: #819: BUILD: fix libpython handling in Python3.8
sumit-bose commented: """
Thank you @sumit-bose
Do you consider the name "embed" OK for your use case? If not, I can bring that to CPython upstream.
Hi @hroncok,
thanks for asking, but "embed" is ok. Please note, our use case is special in the sense that we are just checking that objects which are expected to be loaded dynamically do not have unresolved symbols. For this we created a small program which is run during 'make check' which just tries to load every library, PAM module, plugin, extension, in short everything which ends in '*.so'. So even if we do not use an "embedded" python interpreter here '--embed' is fine imo.
bye, Sumit """
See the full comment at https://github.com/SSSD/sssd/pull/819#issuecomment-496093323