Object Splitting Bug #112

Closed
opened 2025-07-12 19:00:08 +00:00 by john · 0 comments
Owner

Python derived classes lose their type when stored in collections. Only base class is retrieved.
Definition of Done:

  • Python subclasses of Entity/UIDrawable maintain their type in collections
  • Can retrieve objects with their original Python class intact
  • isinstance() checks work correctly on retrieved objects
  • No loss of Python-defined methods/attributes
Python derived classes lose their type when stored in collections. Only base class is retrieved. Definition of Done: - Python subclasses of Entity/UIDrawable maintain their type in collections - Can retrieve objects with their original Python class intact - isinstance() checks work correctly on retrieved objects - No loss of Python-defined methods/attributes
john added the
Bugfix
label 2025-07-12 19:00:08 +00:00
john closed this issue 2025-07-16 01:42:02 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: john/McRogueFace#112
No description provided.