Function needed to make build_ext tests pass. When Python was build with --enable-shared on Unix, -L. is not good enough to find the libpython .so. This is because regrtest runs it under a tempdir, not in the top level where the .so lives. By the time we've gotten here, Pytho
(cmd)