Relative Content

Tag Archive for pythonenumspickle

Memory use of pickling/unpickling enum in Python

While investigating the memory use of an application that exchanges message through PyZMQ using tracemalloc, I noticed a weird behavior of pickling and unpickling enums: memory looks like it is leaking.