Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python 3.8 - Runtime error sanitizing python keywords from dictionary #1561

Open
oldarmyc opened this issue Nov 2, 2020 · 0 comments · May be fixed by #1562
Open

Python 3.8 - Runtime error sanitizing python keywords from dictionary #1561

oldarmyc opened this issue Nov 2, 2020 · 0 comments · May be fixed by #1562

Comments

@oldarmyc
Copy link

oldarmyc commented Nov 2, 2020

In Python 3.8 the following error is generated when sanitizing python keywords for a dictionary

Traceback

Traceback (most recent call last):
  File "python3.8/site-packages/f5/bigip/resource.py", line 813, in get_collection
    instance._local_update(item)
  File "python3.8/site-packages/f5/bigip/resource.py", line 514, in _local_update
    sanitized = self._check_keys(rdict)
  File "python3.8/site-packages/f5/bigip/resource.py", line 491, in _check_keys
    for x in rdict:

Error: RuntimeError: dictionary keys changed during iteration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant