Ticket #320 (new defect)
Canonical PyObject
| Reported by: | dagss | Owned by: | somebody |
|---|---|---|---|
| Priority: | major | Milestone: | 0.13.1 |
| Component: | Type Analysis | Keywords: | |
| Cc: |
Description (last modified by scoder) (diff)
a) There's currently a lot of different PyObject declarations floating around in Cython/Includes. This could be fixed by centralizing them.
b) However, currently it is possible to do <AnyStruct*>pyobject. This is probably a bit too lenient -- one would wish to require <AnyStruct*><void*>pyobject; while still allowing <PyObject*>pyobject. This could speak in favor of making PyObject a builtin.
Change History
Note: See
TracTickets for help on using
tickets.
