Commit eb1f35c
Workaround that hopefully fixes pickling segfaults with Python 3.10.
Beam depends on dill version with seemingly outdated logic for CodeType pickling which causes occasional segfaults in Python 3.10. This change patches the pickling logic to a newer version. This is a temporary workaround until Beam depends on a newer version of dill (or this workaround is propagated to Beam) and we update the beam dependency.
PiperOrigin-RevId: 5460236261 parent 2b437f1 commit eb1f35c
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
83 | 84 | | |
84 | 85 | | |
85 | 86 | | |
| |||
94 | 95 | | |
95 | 96 | | |
96 | 97 | | |
| 98 | + | |
| 99 | + | |
97 | 100 | | |
98 | 101 | | |
99 | 102 | | |
| |||
0 commit comments