Commit 730db4ae authored by Stefan Behnel's avatar Stefan Behnel

fix comment

parent bb50f5be
......@@ -5088,7 +5088,7 @@ class SequenceNode(ExprNode):
code.putln("if (%s) {" % sequence_type_test)
code.putln("PyObject* sequence = %s;" % rhs.py_result())
# CPython list/tuple => check size
# list/tuple => check size
code.putln("#if CYTHON_COMPILING_IN_CPYTHON")
code.putln("Py_ssize_t size = Py_SIZE(sequence);")
code.putln("#else")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment