We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Last time I tried, pickle errored out when trying to serialize a GameState.
pickle
Pickling is necessary if anyone wants to ship a state over the wire, etc., and might also be the fastest route to writing a fast __deepcopy__
__deepcopy__