chiark
/
gitweb
/
~mdw
/
mLib-python
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
debian/control: Fix up some Python version numbers.
[mLib-python]
/
assoc.pyx
diff --git
a/assoc.pyx
b/assoc.pyx
index 535fa03aabde5020c967d63aaffa02d0ac104921..e2ba4eeffa4216d3bb0e88309ae9e848bd937db1 100644
(file)
--- a/
assoc.pyx
+++ b/
assoc.pyx
@@
-75,7
+75,7
@@
cdef class AssocTable (Mapping):
cdef class _AssocIter (_MapIterator):
cdef AssocTable t
cdef assoc_iter i
cdef class _AssocIter (_MapIterator):
cdef AssocTable t
cdef assoc_iter i
- def __
new
__(me, AssocTable t):
+ def __
cinit
__(me, AssocTable t):
me.t = t
assoc_mkiter(&me.i, &me.t._t)
cdef void *_next(me):
me.t = t
assoc_mkiter(&me.i, &me.t._t)
cdef void *_next(me):