MCPcopy Index your code
hub / github.com/python/cpython / run_configure

Function run_configure

PCbuild/prepare_ssl.py:89–93  ·  view source on GitHub ↗
(configure, do_script)

Source from the content-addressed store, hash-verified

87
88
89def run_configure(configure, do_script):
90 print("perl Configure "+configure+" no-idea no-mdc2")
91 os.system("perl Configure "+configure+" no-idea no-mdc2")
92 print(do_script)
93 os.system(do_script)
94
95def fix_uplink():
96 # uplink.c tries to find the OPENSSL_Applink function exported from the current

Callers 1

prepFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…