Ticket #333 (closed enhancement: fixed)
[with patch, positive review] extern ctypedef integral <-> python object conversion
| Reported by: | dalcinl | Owned by: | dalcinl |
|---|---|---|---|
| Priority: | critical | Milestone: | 0.11.3 |
| Component: | Code Generation | Keywords: | extern ctypedef integral |
| Cc: |
Description
A long-waited feature: Cython should not assume the sizes for extern ctypedef integrals. That should be delegated to the C compiler using autogenerated conversion functions (ab)using of sizeof() for dispatching. The only required bit from users should be the specification of signed/unsigned.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

