mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
Make set_main_loader static (noticed by Antoine Pitrou)
This commit is contained in:
+1
-1
@@ -1351,7 +1351,7 @@ maybe_pyc_file(FILE *fp, const char* filename, const char* ext, int closeit)
|
||||
}
|
||||
|
||||
int
|
||||
set_main_loader(PyObject *d, const char *filename, const char *loader_name)
|
||||
static set_main_loader(PyObject *d, const char *filename, const char *loader_name)
|
||||
{
|
||||
PyInterpreterState *interp;
|
||||
PyThreadState *tstate;
|
||||
|
||||
Reference in New Issue
Block a user