Why is python pickle failing to dump dictionaries in 3.7
问题 I recently switched to version 3.7.3 for python and I've been attempting to update the code to fit the new version. Before switching, pickle would have no problem dumping and loading the dictionaries I've sent it but now it keeps giving me a TypeError: can't pickle TaskStepMethWrapper objects error Searching for TaskStepMethWrapper shows that it may be related to asyncio, but this error did not show up when I was using python 3.6. Heres my code def load_guildlist(self): with open("guildlist