botify-labs / simpleflow

Python library for dataflow programming.
https://botify-labs.github.com/simpleflow/
MIT License
68 stars 24 forks source link

Fix dumping lazy Proxy object to string in Python 3 #394

Closed David-Wobrock closed 2 years ago

David-Wobrock commented 2 years ago

In Python 2, this logic is not called. In Python 3, no matter the type of the returned object by the Proxy, we convert it to a string, which is an issue when we expect another type.