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

Commit

Permalink
src/sage/cpython/python_debug.pxd: Fix path of "python_debug.h"
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Oct 3, 2022
1 parent 40fc2f6 commit 0de8dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/cpython/python_debug.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

from cpython.ref cimport PyObject, PyTypeObject

cdef extern from "sage/cpython/python_debug.h":
cdef extern from "python_debug.h":

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

0 comments on commit 0de8dc3

Please sign in to comment.