Skip to content
Snippets Groups Projects
Commit f202d940 authored by I. Nüske's avatar I. Nüske
Browse files

BUG: Prevent infinite recursion in Entity.to_xml:

- Added a visited_entities parameter to save all Entities already treated in to_xml. New calls to to_xml are checked against this to identify potential infinite recursion
- Added test
- Updated changelog
parent b590249b
No related branches found
No related tags found
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment