execnet.gateway_base.DumpError: can't serialize
when string subclasses returned from __rep__
#1157
Labels
execnet.gateway_base.DumpError: can't serialize
when string subclasses returned from __rep__
#1157
This is a tricky one, here's a repro:
Then:
I'd argue that it's a bug that
__repr__
here is returning something that isn't a string, but it's hard, because is isisinstance(..., str)
, but it's nottype(...) is str
, which is basically whatexecnet
'sdumps_internal
currently requires.Thought I'd throw this issue in to help others who may stumble down this path and maybe kick off a discussion.
The text was updated successfully, but these errors were encountered: