Ticket #189 (closed defect: fixed)
Allow slicing of char*
| Reported by: | robertwb | Owned by: | robertwb |
|---|---|---|---|
| Priority: | major | Milestone: | 0.11 |
| Component: | Code Generation | Keywords: | |
| Cc: |
Description
We support conversion of char* to python string/bytes. We should also support conversion of char* slices. (This used to work by converting to a Python object first, but can be done much more efficiently.
Change History
Note: See
TracTickets for help on using
tickets.
