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

Function regenerated_pyconfig_h_in

Tools/patchcheck/patchcheck.py:196–201  ·  view source on GitHub ↗

Check if pyconfig.h.in has been regenerated.

(file_paths)

Source from the content-addressed store, hash-verified

194
195@status("pyconfig.h.in regenerated", modal=True, info=str)
196def regenerated_pyconfig_h_in(file_paths):
197 """Check if pyconfig.h.in has been regenerated."""
198 if 'configure.ac' in file_paths:
199 return "yes" if 'pyconfig.h.in' in file_paths else "no"
200 else:
201 return "not needed"
202
203
204def main():

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…