Vincent Thiberville
Vincent Thiberville
See for example this reproducer: ```rust #[test] fn test_delete_key_while_iterating() { let hkcu = RegKey::predef(HKEY_CURRENT_USER); // First, create the key we will iterate on let path = "Software\\WinRegRsTest\\DeleteKeyWhileIterating".to_owned(); let (key, _disp)...
### Checklist * [X] I have read the [Contributor Guide](../../CONTRIBUTING.md) * [X] I have read and agree to the [Code of Conduct](../../CODE_OF_CONDUCT.md) * [X] I have added a description of...
When using a modules_callback during a match, the module values are converted to Python. However, the conversion of the "dictionary" type is buggy: it uses `PyDict_SetItemString` with the dictionary key...