Commit cdbc010
authored
Fix
`sendspin serve` raised `TypeError: type 'Synchronized' is not
subscriptable` at import time on Python 3.12 because
`multiprocessing.sharedctypes.Synchronized[int]` only gained
`__class_getitem__` in 3.13.sendspin serve crash on Python 3.12 (#252)1 parent 2bc1d67 commit cdbc010
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
0 commit comments