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
multiprocessing.Pool does not retain the base exception
that caused it to raise.
As a result it is not possible under this setup
to explicitly capture the RecursionError that is
getting raised when Pool attempts to pickle
the AST from the parser.
0 commit comments