Typecast np dtype description to a tuple

windows_fixes_yo
Tyler Goodlet 2022-02-04 12:10:15 -05:00
parent 4570b06c26
commit 2d3c685e19
1 changed files with 1 additions and 1 deletions

View File

@ -567,7 +567,7 @@ async def open_feed(
shm_token = data['shm_token']
# XXX: msgspec won't relay through the tuples XD
shm_token['dtype_descr'] = list(
shm_token['dtype_descr'] = tuple(
map(tuple, shm_token['dtype_descr']))
assert shm_token == shm.token # sanity