Github user econner commented on a diff in the pull request:

    https://github.com/apache/thrift/pull/1293#discussion_r125777018
  
    --- Diff: test/py/SerializationTest.py ---
    @@ -285,6 +290,67 @@ def testIntegerLimits(self):
             for value in bad_values:
                 self.assertRaises(Exception, self._serialize, value)
     
    +    def testRecTree(self):
    +        """Ensure recursive tree node can be created."""
    +        children = []
    +        for idx in range(1, 5):
    --- End diff --
    
    This is just a test to ensure you can make a tree with some children.  
There is no limit on the number of recursions (I guess besides the maximum 
allowed by python).


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to