Skip to content

Conversation

@pcmoritz
Copy link
Contributor

@pcmoritz pcmoritz commented Feb 4, 2019

This is a regression from #3423, the recursion depth was incremented for arrays and dicts but not for lists, tuples and sets.

I also added a regression test for this.

Copy link
Member

@xhochy xhochy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1, LGTM

Copy link
Contributor

@robertnishihara robertnishihara left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing this!

@robertnishihara robertnishihara deleted the recursive-serialization branch February 5, 2019 00:48
xhochy pushed a commit that referenced this pull request Feb 8, 2019
…bjects

This is a regression from #3423, the recursion depth was incremented for arrays and dicts but not for lists, tuples and sets.

I also added a regression test for this.

Author: Philipp Moritz <[email protected]>

Closes #3556 from pcmoritz/recursive-serialization and squashes the following commits:

f83cff9 <Philipp Moritz> fix
903788e <Philipp Moritz> fix serialization of objects that contain themselves
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants