summaryrefslogtreecommitdiff
path: root/src/stream_template.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stream_template.c')
-rw-r--r--src/stream_template.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/stream_template.c b/src/stream_template.c
index 5d13650..5456664 100644
--- a/src/stream_template.c
+++ b/src/stream_template.c
@@ -55,10 +55,8 @@ typedef struct
*/
#ifdef IS_PY3K
static PyTypeObject ALGtype;
-#define is_ALGobject(v) (Py_TYPE(v) == &ALGtype)
#else
staticforward PyTypeObject ALGtype;
-#define is_ALGobject(v) ((v)->ob_type == &ALGtype)
#endif
static ALGobject *