Change by Chen Zero :
--
title: Python exception object is different after pickle.loads and pickle.dumps
-> Python exception object is different after pickle.dumps and pickle.loads
___
Python tracker
<https://bugs.python.org/issu
New submission from Chen Zero :
Hi, when I'm trying to serialize/deserialize python exception object through
pickle, I found that deserialize result is not the same as the original
object...
My python version is 3.9.1, working os: macOS Big Sur 11.4
Here is minimum reproducing code ex