mako101

Results 2 comments of mako101

Hey, just hit the same problem, can be addressed by increasing the Pyhton recursion limit: ``` import sys sys.setrecursionlimit(10 ** 6) ``` Original article here: https://www.geeksforgeeks.org/python-handling-recursion-limit/

@nitzmahone sorry I dont. Its basically is a dictionary, with few thousand entries, and and only 1 level nesting. Nothing special there, just hostnames and SNMP trap names and OIDs....