Commit dedb7c60 authored by Xavier Thompson's avatar Xavier Thompson

Make CyObject inherit from PyObject

parent a36eab03
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
int trywlock(); int trywlock();
}; };
class CyObject { class CyObject : public PyObject {
private: private:
CyObject_ATOMIC_REFCOUNT_TYPE ob_refcnt; CyObject_ATOMIC_REFCOUNT_TYPE ob_refcnt;
//pthread_rwlock_t ob_lock; //pthread_rwlock_t ob_lock;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment