Ticket #721 (closed enhancement: fixed)
Native support for PEP 393 (new unicode object structure)
| Reported by: | scoder | Owned by: | scoder |
|---|---|---|---|
| Priority: | major | Milestone: | 0.17 |
| Component: | Code Generation | Keywords: | |
| Cc: |
Description
Py3.3 is expected to implement PEP 393, the flexible Unicode string representation.
http://www.python.org/dev/peps/pep-0393/
http://wiki.python.org/moin/SummerOfCode/2011/PEP393
Cython should adapt its optimisations for the unicode type accordingly, especially the for-loop.
Change History
Note: See
TracTickets for help on using
tickets.
