forked from pool/python-hunter
13 lines
394 B
Diff
13 lines
394 B
Diff
|
|
Index: hunter-3.7.0/tests/eviltracer.pxd
|
||
|
|
===================================================================
|
||
|
|
--- hunter-3.7.0.orig/tests/eviltracer.pxd
|
||
|
|
+++ hunter-3.7.0/tests/eviltracer.pxd
|
||
|
|
@@ -5,6 +5,7 @@ cimport cython
|
||
|
|
cdef extern from "vendor/_compat.h":
|
||
|
|
"""
|
||
|
|
#if PY_VERSION_HEX >= 0x030B00A7
|
||
|
|
+ #define Py_BUILD_CORE
|
||
|
|
#include "internal/pycore_frame.h"
|
||
|
|
#endif
|
||
|
|
"""
|