MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / fixup_build_ext

Function fixup_build_ext

Lib/distutils/tests/support.py:186–221  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 3

endswithMethod · 0.80
partitionMethod · 0.80
splitMethod · 0.80

Tested by

no test coverage detected