Commit 800cc9c
committed
feat: improve Exception handling
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.1 parent def63f4 commit 800cc9c
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1491 | 1491 | | |
1492 | 1492 | | |
1493 | 1493 | | |
1494 | | - | |
1495 | | - | |
| 1494 | + | |
| 1495 | + | |
| 1496 | + | |
| 1497 | + | |
| 1498 | + | |
| 1499 | + | |
1496 | 1500 | | |
1497 | 1501 | | |
1498 | 1502 | | |
| |||
0 commit comments