We choose to enable the cProfile instrumenter as the default instrumenter when available, e.g. currently only using CPython 3.
However, during the change, we decided to modify the build and initialisation process a bit. As a result, we can now support PyPy using the traditional Python instrumenters. With minor modifications to `scorep/instrumenter.py:has_c_instrumenter()`, it might be possible to extend the support to other Python instrumenters as well, but that is not supported.