Commit 8065ec46 authored by Stefan Behnel's avatar Stefan Behnel

add fixme comment

parent 5f35da28
......@@ -106,7 +106,7 @@ cdef class array:
Py_ssize_t *_shape
Py_ssize_t *_strides
Py_ssize_t itemsize
unicode mode
unicode mode # FIXME: this should have been a simple 'char'
bytes _format
void (*callback_free_data)(void *data)
# cdef object _memview
......
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