Is this expected? not design to work on MCU ports ? ``` >>> try: ... 1/0 ... except: ... print(traceback.format_exc()) ... ... ... Traceback (most recent call last): File "<stdin>", line 5, in <module> File "traceback.py", line 27, in format_exc AttributeError: 'module' object has no attribute 'exc_info' ```