Ticket #232 (closed enhancement: fixed)
result type of calling an extension type is unknown
| Reported by: | scoder | Owned by: | scoder |
|---|---|---|---|
| Priority: | major | Milestone: | 0.12 |
| Component: | Optimization | Keywords: | |
| Cc: |
Description
For an extension type MyExt, calling MyExt() can only result in an instance of type MyExt. However, Cython does not assign the type to the result and uses the generic Python object type instead, so that things like MyExt().some_c_func() fail.
Change History
Note: See
TracTickets for help on using
tickets.
