Skip to content

Commit 2412466

Browse files
committed
WIP
1 parent 129daf2 commit 2412466

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ requires = [
44
"wheel",
55
"setuptools_scm>=3.3.1,!=4.0.0",
66
]
7-
build-backend = "backend"
8-
backend-path = ["build_backend"]
7+
build-backend = "setuptools.build_meta"
8+
#build-backend = "backend"
9+
#backend-path = ["build_backend"]
10+
11+
[tool.setuptools_scm]
912

1013
[tool.ruff]
1114
extend-exclude = ["static", "ci/templates"]

tests/eviltracer.pxd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ cimport cython
55
cdef extern from "vendor/_compat.h":
66
"""
77
#if PY_VERSION_HEX >= 0x030B00A7
8+
#define Py_BUILD_CORE
89
#include "internal/pycore_frame.h"
910
#endif
1011
"""

0 commit comments

Comments
 (0)