Ticket #416 (closed defect: fixed)
Declarations in Cython/Includes/ need a cleanup
| Reported by: | scoder | Owned by: | scoder |
|---|---|---|---|
| Priority: | major | Milestone: | 0.12 |
| Component: | Library | Keywords: | |
| Cc: |
Description
Ticket #320 is about the various PyObject declarations, however, there are tons of other inconsistencies and redundant declarations in the standard C-API cimport files, including many misuses of PyObject* instead of plain object.
This needs a cleanup to make them usable.
Change History
Note: See
TracTickets for help on using
tickets.
