Error is in line: ```python for k,v in locals().items() ``` apparently, the size of locals() changes The error appears when running code in debug mode: ```python ipdb.runcall (my_function_which_calls_get_config) ```