ok, so its self.gameworld.master_buffer, assuming it gets cleared if its master_buffer = None,
now if self.gameworld.init(list_of_systems, callback = init_game) is called, it gives the error below
File "kivent_core\gameworld.pyx", line 271, in kivent_core.gameworld.GameWorld.init_gameworld (kivent_core/gameworld.c:6012)
File "kivent_core\gameworld.pyx", line 197, in kivent_core.gameworld.GameWorld.ensure_startup (kivent_core/gameworld.c:4592)
TypeError: 'NoneType' object is not iterable
if i call del self.gameworld before gameworld.init call, I get the following error,
del self.gameworld
NotImplementedError: __delete__