The following code snippets ```python from dynamic_graph.tracer import Tracer t = Tracer('t') t.setLoggerVerbosityLevel(0) ``` gives ``` SystemError Traceback (most recent call last) SystemError: ../Objects/longobject.c:244: bad argument to internal function ```