Skip to content

Conversation

stozk
Copy link
Collaborator

@stozk stozk commented Jun 26, 2020

…n 3.8, dict is converted to list for fix.

Summary:
Compatibility issue for Python 3.8 (modifying dicts while iterating over them)

Full changelog:

getSelfDescription() method was modifying dicts which it was iterating over, which creates a runtime error in Python 3.8.
The dict is being converted into a list before being changed to fix the problem.

Related issues:

None

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@ipamaas ipamaas merged commit 2e8c60f into research-virtualfortknox:master Jun 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants