AnswerDotAI / AnswerDotAI/nbdev

get_config raises "RuntimeError: dictionary changed sized during iteration"

Open
#1,340 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Jupyter Notebook
Stars
5.3k
Forks
513
Avg merge
2d 30m
Merged PRs (30d)
8

Description

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)
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.