chiark
/
gitweb
/
~mdw
/
mLib-python
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Announce 1.0.2.
[mLib-python]
/
atom.pyx
diff --git
a/atom.pyx
b/atom.pyx
index 5c0cde63909e0563d5b4edbcfa63ba3f7055cbc6..9892ba52bf38070d1dee055ef3c7045355618ee7 100644
(file)
--- a/
atom.pyx
+++ b/
atom.pyx
@@
-27,7
+27,7
@@
cdef class AtomIter:
cdef atom_iter _i
- def __
new
__(me):
+ def __
cinit
__(me):
atom_mkiter(&me._i, ATOM_GLOBAL)
def __next__(me):
cdef atom *a