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

Function regenerated_configure

Tools/patchcheck/patchcheck.py:187–192  ·  view source on GitHub ↗

Check if configure has been regenerated.

(file_paths)

Source from the content-addressed store, hash-verified

185
186@status("configure regenerated", modal=True, info=str)
187def regenerated_configure(file_paths):
188 """Check if configure has been regenerated."""
189 if 'configure.ac' in file_paths:
190 return "yes" if 'configure' in file_paths else "no"
191 else:
192 return "not needed"
193
194
195@status("pyconfig.h.in regenerated", modal=True, info=str)

Callers 1

mainFunction · 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…