diff options
author | Nadeem Vawda <nadeem.vawda@gmail.com> | 2011-10-17 19:40:47 +0200 |
---|---|---|
committer | Nadeem Vawda <nadeem.vawda@gmail.com> | 2011-10-17 19:40:47 +0200 |
commit | 98bc2bb31a67a7508ccf774e35cc3b8923e09f22 (patch) | |
tree | 820645006d191dd289293ab3c81cb8dc112f25d5 /Python/dynload_os2.c | |
parent | 3d5dff3f905685defdbfac689b8d0ac120ebe8f6 (diff) | |
parent | 5263d9e0be0bf742276426378f96f8b6e6687872 (diff) | |
download | cpython-98bc2bb31a67a7508ccf774e35cc3b8923e09f22.tar.gz |
Merge #13194: zlib.compressobj().copy() and zlib.decompressobj().copy() are now available on Windows.
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; |