From: Serhiy Storchaka Date: Sat, 4 Apr 2015 20:35:52 +0000 (+0300) Subject: Issue #23501: #include "clinic/posixmodule.c.h" was in the section skipped on Windows. X-Git-Tag: v3.5.0a4~163 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a4c6badfddd11e3949364dddf5f5e965937c3885;p=thirdparty%2FPython%2Fcpython.git Issue #23501: #include "clinic/posixmodule.c.h" was in the section skipped on Windows. --- diff --git a/Modules/posixmodule.c b/Modules/posixmodule.c index a92d9604d4ba..7da1ab0eb898 100644 --- a/Modules/posixmodule.c +++ b/Modules/posixmodule.c @@ -10327,8 +10327,6 @@ conv_sysconf_confname(PyObject *arg, int *valuep) / sizeof(struct constdef)); } -#include "clinic/posixmodule.c.h" - /*[clinic input] os.sysconf -> long @@ -12071,6 +12069,8 @@ error: } +#include "clinic/posixmodule.c.h" + /*[clinic input] dump buffer [clinic start generated code]*/