Ticket #953 (closed defect: wontfix)

Opened 5 years ago

Last modified 2 years 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 (last modified by ArcRiley) (diff)

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.

Change History

comment:1 Changed 2 years ago by ArcRiley

  • Status changed from new to closed
  • Resolution set to wontfix
  • Description modified (diff)
Note: See TracTickets for help on using tickets.