mirror of
https://github.com/python/cpython.git
synced 2025-07-12 05:45:15 +00:00
Make set_main_loader static (noticed by Antoine Pitrou)
This commit is contained in:
parent
8e6e7d39d3
commit
ceda83c6a9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue