-
- Downloads
Fix T94121: PyAPI: ID property group returns wrong type with iter()
Regression in 265d9755. Where iterating directly on a property group failed, e.g.: `iter(group)`, tests missed this since only `group.keys()` was checked.
Please register or sign in to comment