You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
psutil.NoSuchProcess exceptions can't be pickled and sent through a pipe. Normally, one would expect python exceptions to be pickleable so they can be moved.
Add __reduce__ method to exceptions commonly thrown, and start
testing that exceptions can be pickled in test_serialization.
Fixesgiampaolo#2272
Signed-off-by: Anthony Ryan <[email protected]>
Summary
Description
psutil.NoSuchProcess
exceptions can't be pickled and sent through a pipe. Normally, one would expect python exceptions to be pickleable so they can be moved.The text was updated successfully, but these errors were encountered: