Issue #23501: #include "clinic/posixmodule.c.h" was in the section skipped on Windows.
This commit is contained in:
parent
1a6292194b
commit
a4c6badfdd
|
@ -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]*/
|
||||
|
|
Loading…
Reference in New Issue