Skip to content
  • David Gobbi's avatar
    BUG: Fix infinite loop when printing object from python. · 6479d891
    David Gobbi authored
    The python str and repr methods could recursively reference each
    other if special-wrapped types did not define a str method, which
    occurred when the C++ header didn't define operator<< for streaming.
    
    Change-Id: I29ba591ac933a37401674ad40d94d60e88d06a70
    6479d891