Issue #23501: #include "clinic/posixmodule.c.h" was in the section skipped on Windows.

This commit is contained in:
Serhiy Storchaka 2015-04-04 23:35:52 +03:00
parent 1a6292194b
commit a4c6badfdd
1 changed files with 2 additions and 2 deletions

View File

@ -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]*/