Searched refs:srcstat (Results 1 – 1 of 1) sorted by relevance
951 write_compiled_module(PyCodeObject *co, char *cpathname, struct stat *srcstat, time_t mtime) in write_compiled_module() argument955 mode_t mode = srcstat->st_mode & ~S_IEXEC; in write_compiled_module()963 mode_t mode = srcstat->st_mode & ~S_IXUSR & ~S_IXGRP & ~S_IXOTH; in write_compiled_module()