diff options
Diffstat (limited to 'Cython/Includes/cpython/ref.pxd')
-rw-r--r-- | Cython/Includes/cpython/ref.pxd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Cython/Includes/cpython/ref.pxd b/Cython/Includes/cpython/ref.pxd index 4bc9a7d7c..44f870006 100644 --- a/Cython/Includes/cpython/ref.pxd +++ b/Cython/Includes/cpython/ref.pxd @@ -48,4 +48,3 @@ cdef extern from "Python.h": # It is a good idea to use this macro whenever decrementing the # value of a variable that might be traversed during garbage # collection. - |