AnswerDotAI / AnswerDotAI/nbdev
get_config raises "RuntimeError: dictionary changed sized during iteration"
Open
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
Assessment
This issue has not been assessed yet.