velruse
velruse copied to clipboard
Fixed bug undex Python3 in providers.openid
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.