diff options
| author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-07-05 14:50:08 +0200 |
|---|---|---|
| committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-07-05 14:50:08 +0200 |
| commit | 2a6f476b0e5b71bd71bf75375238c437aecc29fc (patch) | |
| tree | 02174869c38751b521334e90390d93b6dae542c2 /Python/dynload_os2.c | |
| parent | 335f424e5b1274cca75ab0cc93d54c33d75dc51d (diff) | |
| parent | 536f8917f7f029b39a3f59eec5e3d58707718122 (diff) | |
| download | cpython-2a6f476b0e5b71bd71bf75375238c437aecc29fc.tar.gz | |
(merge 3.2) Issue #12493: skip test_communicate_eintr() if signal.SIGALRM is missing
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; |
