In
r972:c69aa5c4ded7
support was added to Pymod for passing void pointers around as PyCObjects. There is currently no way to extract any relevant data from a PyCObject on the Python side as it is just a wrapper object. Pymod should be updated to include a function that can be called from Python such as asss.void_to_player(obj) that will return a Python player object if the PyCObject that was passed is indeed a player.