commit | 51a477c0d53b09d5e876c23288ad006ad64c1e97 | [log] [tgz] |
---|---|---|
author | INADA Naoki <methane@users.noreply.github.com> | Tue Feb 21 23:56:26 2017 +0900 |
committer | GitHub <noreply@github.com> | Tue Feb 21 23:56:26 2017 +0900 |
tree | 7bf588fd118f944ccf9ae315f3c7baac995bf891 | |
parent | d9b3cdd137239a5913de2252c3ce269e35ac63d2 [diff] [blame] |
doc: fix compile error on "shoddy" example extension (GH-216) (cherry picked from commit fb8fe72fc593438f6a0b934c6ff2d9c4aa28673d)
diff --git a/Doc/includes/shoddy.c b/Doc/includes/shoddy.c index 07a2721..0c6d412 100644 --- a/Doc/includes/shoddy.c +++ b/Doc/includes/shoddy.c
@@ -31,7 +31,7 @@ static PyTypeObject ShoddyType = { - PyObject_HEAD_INIT(NULL) + PyVarObject_HEAD_INIT(NULL, 0) "shoddy.Shoddy", /* tp_name */ sizeof(Shoddy), /* tp_basicsize */ 0, /* tp_itemsize */