Kaydet (Commit) ceda83c6 authored tarafından Nick Coghlan's avatar Nick Coghlan

Make set_main_loader static (noticed by Antoine Pitrou)

üst 8e6e7d39
...@@ -1351,7 +1351,7 @@ maybe_pyc_file(FILE *fp, const char* filename, const char* ext, int closeit) ...@@ -1351,7 +1351,7 @@ maybe_pyc_file(FILE *fp, const char* filename, const char* ext, int closeit)
} }
int 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; PyInterpreterState *interp;
PyThreadState *tstate; PyThreadState *tstate;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment