From a4c6badfddd11e3949364dddf5f5e965937c3885 Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Sat, 4 Apr 2015 23:35:52 +0300 Subject: [PATCH] Issue #23501: #include "clinic/posixmodule.c.h" was in the section skipped on Windows. --- Modules/posixmodule.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Modules/posixmodule.c b/Modules/posixmodule.c index a92d9604d4b..7da1ab0eb89 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 @@ posix_scandir(PyObject *self, PyObject *args, PyObject *kwargs) } +#include "clinic/posixmodule.c.h" + /*[clinic input] dump buffer [clinic start generated code]*/