diff options
-rw-r--r-- | coverage/tracer.c | 4 | ||||
-rw-r--r-- | tox.ini | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/coverage/tracer.c b/coverage/tracer.c index ed017fea..0d3a527f 100644 --- a/coverage/tracer.c +++ b/coverage/tracer.c @@ -17,10 +17,6 @@ /* Py 2.x and 3.x compatibility */ -#ifndef Py_TYPE -#define Py_TYPE(o) (((PyObject*)(o))->ob_type) -#endif - #if PY_MAJOR_VERSION >= 3 #define MyText_Type PyUnicode_Type @@ -28,7 +28,7 @@ deps = py26: unittest2 py26,py27: gevent py26,py27: eventlet - py26,py27,py32,py33,py34,py35: greenlet + py26,py27,py33,py34,py35: greenlet setenv = pypy24,pypy3_24: COVERAGE_NO_EXTENSION=no C extensions under PyPy |