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