[Python-checkins] cpython: Issue #23501: #include "clinic/posixmodule.c.h" was in the section skipped on
serhiy.storchaka
python-checkins at python.org
Sat Apr 4 22:36:22 CEST 2015
https://hg.python.org/cpython/rev/17eb29faebde
changeset: 95444:17eb29faebde
user: Serhiy Storchaka <storchaka at gmail.com>
date: Sat Apr 04 23:35:52 2015 +0300
summary:
Issue #23501: #include "clinic/posixmodule.c.h" was in the section skipped on Windows.
files:
Modules/posixmodule.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Modules/posixmodule.c b/Modules/posixmodule.c
--- a/Modules/posixmodule.c
+++ b/Modules/posixmodule.c
@@ -10327,8 +10327,6 @@
/ sizeof(struct constdef));
}
-#include "clinic/posixmodule.c.h"
-
/*[clinic input]
os.sysconf -> long
@@ -12071,6 +12069,8 @@
}
+#include "clinic/posixmodule.c.h"
+
/*[clinic input]
dump buffer
[clinic start generated code]*/
--
Repository URL: https://hg.python.org/cpython
More information about the Python-checkins
mailing list