We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
RuntimeError: dictionary keys changed during iteration
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
In Python 3.8 the following error is generated when sanitizing python keywords for a dictionary
Traceback
Error:
RuntimeError: dictionary keys changed during iteration
The text was updated successfully, but these errors were encountered: