Skip to content

Commit ffe69f7

Browse files
authored
feat: install tblib pickling support (#171)
1 parent 5ec445f commit ffe69f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/isolate/connections/common.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
from typing import TYPE_CHECKING, Any, Iterator, cast
88

99
from tblib import Traceback, TracebackParseError
10+
from tblib.pickling_support import install as tblib_install
11+
12+
tblib_install()
1013

1114
if TYPE_CHECKING:
1215
from typing import Protocol

0 commit comments

Comments
 (0)