Python bridge crash on registering non-variable

If you use conduit.register_callback_for_name(name, fn) in a python bridge script, and name is not a real variable (i.e. when I mistype the variable name, including case changes), it triggers a crash. The server hangs opaquely - it keeps spitting out ‘Received new codec, updating registry’ and grows in memory without bound.

This is with a nightly from late Dec. If you’d prefer I can try to come up with a reduced example and test on a new version but I won’t have time for that in the next few weeks.
Mark

See Improvements to conduit to allow querying of available codes, and to … · mworks-project/mw_core@3058f2b · GitHub

Great thank you! I’ll try the nightly in the next few days.