ASKBOT / askbot-devel

Askbot is a Django/Python Q&A forum. **Contributors README**: https://github.com/ASKBOT/askbot-devel#how-to-contribute. Commercial hosting of Askbot and support are available at https://askbot.com
Other
1.56k stars 627 forks source link

Python 3.8 incompatible inplace modification of dictionaries #872

Closed martin-bts closed 3 years ago

martin-bts commented 3 years ago

Python 3.8 does/will error when changing dictionary keys while iterating over the dictionary. There are two instances where Askbot does that in askbot/views/widgets.py. This is addressed in #864 .

martin-bts commented 3 years ago

fixed in master