diff options
| author | Antoine Pitrou <solipsis@pitrou.net> | 2011-10-02 23:37:41 +0200 |
|---|---|---|
| committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-10-02 23:37:41 +0200 |
| commit | 8e3ea5b0387ed580d3a71d6193bf5346b95bcfd6 (patch) | |
| tree | a27fe11b1afd402df9f9bac95009d7dbd98d988f /Python/dynload_os2.c | |
| parent | a080e92dc3f4f96e3efe1028ef7f0a2d0b9e900f (diff) | |
| parent | ac0df967cfc483b2f749d8e6b439ecb39002bae9 (diff) | |
| download | cpython-8e3ea5b0387ed580d3a71d6193bf5346b95bcfd6.tar.gz | |
Fix ResourceWarnings in the TIPC socket tests.
Diffstat (limited to 'Python/dynload_os2.c')
| -rw-r--r-- | Python/dynload_os2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/dynload_os2.c b/Python/dynload_os2.c index 101c024bbe..f7264da04c 100644 --- a/Python/dynload_os2.c +++ b/Python/dynload_os2.c @@ -15,7 +15,7 @@ const struct filedescr _PyImport_DynLoadFiletab[] = { {0, 0} }; -dl_funcptr _PyImport_GetDynLoadFunc(const char *fqname, const char *shortname, +dl_funcptr _PyImport_GetDynLoadFunc(const char *shortname, const char *pathname, FILE *fp) { dl_funcptr p; |
