Ticket #530 (closed enhancement: fixed)
Efficient Py_UNICODE iteration over unicode strings
| Reported by: | scoder | Owned by: | scoder |
|---|---|---|---|
| Priority: | major | Milestone: | 0.13 |
| Component: | Code Generation | Keywords: | |
| Cc: |
Description
This should run in plain C code:
cdef Py_UNICODE c
for c in some_unicode_string:
if c == u'ô':
...
Change History
Note: See
TracTickets for help on using
tickets.
