Skip to content

Commit 071f461

Browse files
committed
Build _testmultiphase.c with doc strings
1 parent 52460d1 commit 071f461

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

graalpython/com.oracle.graal.python.cext/modules/_testmultiphase.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
/* Testing module for multi-phase initialization of extension modules (PEP 489)
77
*/
88

9+
/* For the tests, we need doc strings. */
10+
#define WITH_DOC_STRINGS 1
11+
912
#include "Python.h"
1013

1114
/* Example objects */

0 commit comments

Comments
 (0)