Ticket #953 (new defect)
Opened 8 months ago
migrate void* object pointers to actual object type
| Reported by: | ArcRiley | Owned by: | ArcRiley |
|---|---|---|---|
| Priority: | Medium | Milestone: | beta3 |
| Component: | unknown | Version: | Trunk |
| Keywords: | Cc: |
Description
As the summary says, everywhere a parent/etc is typecast void* and is only NULL or an instance of one class, make it None or an instance of that class.
Instead of {{if ≠ == NULL :}}} use if <> is None :
Eliminate kludge code in property <> def __get__ :, just return that instance directly.
This is part of the migration to PyMill.
Note: See
TracTickets for help on using
tickets.
