Skip to content

Commit 8b046ec

Browse files
committed
fixup! Define PyInit_cmodule so the Windows build will pass
1 parent e3b7f8f commit 8b046ec

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • pyperformance/data-files/benchmarks/bm_ctypes

pyperformance/data-files/benchmarks/bm_ctypes/cmodule.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#include <Python.h>
2+
13
void void_foo_void(void) {
24

35
}

0 commit comments

Comments
 (0)