Have the refnanny use the new CPython API namespace
authorDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Fri, 12 Mar 2010 18:28:02 +0000 (19:28 +0100)
committerDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Fri, 12 Mar 2010 18:28:02 +0000 (19:28 +0100)
Cython/Runtime/refnanny.pyx

index 4e6c67bfe84ac79a82a5bd7cfeaeec61d66895c4..63ad928a0fde459282cdb8629cd2e30c41ceda45 100644 (file)
@@ -1,5 +1,5 @@
-from python_ref cimport Py_INCREF, Py_DECREF, Py_XDECREF
-from python_exc cimport PyObject, PyErr_Fetch, PyErr_Restore
+from cpython.ref cimport PyObject, Py_INCREF, Py_DECREF, Py_XDECREF
+from cpython.exc cimport PyErr_Fetch, PyErr_Restore
 
 
 loglevel = 0