bbangert / velruse

Simplifying third-party authentication for web applications.
http://packages.python.org/velruse/index.html
MIT License
252 stars 86 forks source link

Fixed bug undex Python3 in providers.openid #151

Open miedzinski opened 9 years ago

miedzinski commented 9 years ago

Running this code under Python 3.4 raises RuntimeError: dictionary changed size during iteration. That is why this fix creates a stripped copy of dictionary and then returns it.