Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 0de8dc3

Browse files
author
Matthias Koeppe
committed
src/sage/cpython/python_debug.pxd: Fix path of "python_debug.h"
1 parent 40fc2f6 commit 0de8dc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/cpython/python_debug.pxd

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
from cpython.ref cimport PyObject, PyTypeObject
1111

12-
cdef extern from "sage/cpython/python_debug.h":
12+
cdef extern from "python_debug.h":
1313

1414
# This is what is generally meant by "a debug build" of Python.
1515
# Implies Py_REF_DEBUG, Py_TRACE_REFS, and PYMALLOC_DEBUG (if

0 commit comments

Comments
 (0)