chiark
/
gitweb
/
~mdw
/
mLib-python
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
codex.pyx.in: Zap trailing blank line.
[mLib-python]
/
sym.pyx
diff --git
a/sym.pyx
b/sym.pyx
index 48ba3f05a1b24d4d91a2d8b2c574b759d4519d3c..eab698401b6da211f726539f832e1dd46170d1ce 100644
(file)
--- a/
sym.pyx
+++ b/
sym.pyx
@@
-71,7
+71,7
@@
cdef class SymTable (Mapping):
cdef class _SymIter (_MapIterator):
cdef SymTable t
cdef sym_iter i
- def __cinit__(me, SymTable t):
+ def __cinit__(me, SymTable t
not None
):
me.t = t
sym_mkiter(&me.i, &me.t._t)
cdef void *_next(me):