2009-06-21 11:19:59 +00:00
|
|
|
--- a/python/dnet.c
|
|
|
|
+++ b/python/dnet.c
|
|
|
|
@@ -2726,7 +2726,7 @@ static PyObject *__pyx_f_4dnet_15__addr_
|
2007-06-07 17:46:53 +00:00
|
|
|
PyObject *__pyx_3 = 0;
|
|
|
|
unsigned short __pyx_4;
|
|
|
|
Py_INCREF(__pyx_v_self);
|
|
|
|
- ((PyObject*)__pyx_v_next) = Py_None; Py_INCREF(((PyObject*)__pyx_v_next));
|
|
|
|
+ __pyx_v_next = Py_None; Py_INCREF(((PyObject*)__pyx_v_next));
|
|
|
|
|
2009-06-21 11:19:59 +00:00
|
|
|
/* "/Users/dugsong/projects/libdnet/python/./dnet.pyx":634 */
|
2007-06-07 17:46:53 +00:00
|
|
|
__pyx_1 = (((struct __pyx_obj_4dnet___addr_ip4_iter *)__pyx_v_self)->cur <= ((struct __pyx_obj_4dnet___addr_ip4_iter *)__pyx_v_self)->max);
|
2009-06-21 11:19:59 +00:00
|
|
|
@@ -2738,7 +2738,7 @@ static PyObject *__pyx_f_4dnet_15__addr_
|
2007-06-07 17:46:53 +00:00
|
|
|
Py_DECREF(__pyx_2); __pyx_2 = 0;
|
2009-06-21 11:19:59 +00:00
|
|
|
if (!__Pyx_TypeTest(__pyx_3, __pyx_ptype_4dnet_addr)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 635; goto __pyx_L1;}
|
2007-06-07 17:46:53 +00:00
|
|
|
Py_DECREF(((PyObject *)__pyx_v_next));
|
|
|
|
- ((PyObject *)__pyx_v_next) = __pyx_3;
|
|
|
|
+ __pyx_v_next = __pyx_3;
|
|
|
|
__pyx_3 = 0;
|
|
|
|
|
2009-06-21 11:19:59 +00:00
|
|
|
/* "/Users/dugsong/projects/libdnet/python/./dnet.pyx":636 */
|