Commit f952d0b3 authored by Xavier Thompson's avatar Xavier Thompson

Make CyObject inherit from PyObject

parent 713a1085
......@@ -56,7 +56,7 @@
int trywlock();
};
class CyObject {
class CyObject : public PyObject {
private:
CyObject_ATOMIC_REFCOUNT_TYPE ob_refcnt;
//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