Skip to content

Commit 8b046ec

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

File tree

1 file changed

+2
-0
lines changed
  • pyperformance/data-files/benchmarks/bm_ctypes

1 file changed

+2
-0
lines changed

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

+2
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)