summaryrefslogtreecommitdiff
path: root/Python/dynload_stub.c
diff options
context:
space:
mode:
authorGregory P. Smith <greg@krypto.org>2012-11-10 21:06:18 -0800
committerGregory P. Smith <greg@krypto.org>2012-11-10 21:06:18 -0800
commite289369efdb4e18f4a82ada19773bda9bd5b1781 (patch)
treeaf42c874e1018ca9364a6db7e71519534d50d142 /Python/dynload_stub.c
parent33d046108c3cd4a6b0e5840f5f705aa4f5d0a342 (diff)
parentd98fd0ba8bd29a84c4fe934943ae220e61a4d21e (diff)
downloadcpython-e289369efdb4e18f4a82ada19773bda9bd5b1781.tar.gz
Fixes issue #14396: Handle the odd rare case of waitpid returning 0
when not expected in subprocess.Popen.wait().
Diffstat (limited to 'Python/dynload_stub.c')
-rw-r--r--Python/dynload_stub.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/Python/dynload_stub.c b/Python/dynload_stub.c
index 69f8b450b3..59160483ca 100644
--- a/Python/dynload_stub.c
+++ b/Python/dynload_stub.c
@@ -6,6 +6,4 @@
#include "importdl.h"
-const struct filedescr _PyImport_DynLoadFiletab[] = {
- {0, 0}
-};
+const char *_PyImport_DynLoadFiletab[] = {NULL};