mirror of
https://github.com/python/cpython.git
synced 2025-08-31 22:18:28 +00:00
split long line
This commit is contained in:
parent
0c4d468e39
commit
37832f0c8d
1 changed files with 2 additions and 1 deletions
|
@ -729,7 +729,8 @@ load_source_module(char *name, char *pathname, FILE *fp)
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
cpathname = make_compiled_pathname(pathname, buf, (size_t)MAXPATHLEN+1);
|
cpathname = make_compiled_pathname(pathname, buf,
|
||||||
|
(size_t)MAXPATHLEN + 1);
|
||||||
if (cpathname != NULL &&
|
if (cpathname != NULL &&
|
||||||
(fpc = check_compiled_module(pathname, mtime, cpathname))) {
|
(fpc = check_compiled_module(pathname, mtime, cpathname))) {
|
||||||
co = read_compiled_module(cpathname, fpc);
|
co = read_compiled_module(cpathname, fpc);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue