Commit efeda7a
Backport gh-140485: Catch ChildProcessError in multiprocessing resource tracker
Summary:
upstream issue: python/cpython#140485
upstream PR: python/cpython#141132
background:
python/cpython#88887 was fixed in python/cpython#131530 and included in Python 3.12.10, but this introduced a new issue that was fixed in 3.13+ but was too late to get into the 3.12 branch
so cherry-picking the fix into Meta Python 3.12, since we're running into this
Reviewed By: parulgupta1004
Differential Revision: D89418469
fbshipit-source-id: a26c1d4836ae4e9859657eb1dccd98d10af855eb1 parent 5d8e7b9 commit efeda7a
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
112 | 117 | | |
113 | 118 | | |
114 | 119 | | |
| |||
0 commit comments