Ticket #529 (closed enhancement: fixed)
Support Py_UNICODE and coercion from 1-character unicode literals
| Reported by: | scoder | Owned by: | scoder |
|---|---|---|---|
| Priority: | major | Milestone: | 0.13 |
| Component: | Type Analysis | Keywords: | |
| Cc: |
Description
cdef Py_UNICODE c = u'\u1234' print(c == u'\u1234')
Change History
Note: See
TracTickets for help on using
tickets.
