Fix winreg and Update test_launcher from v3.14.3 by youknowone · Pull Request #7155 · RustPython/RustPython
and others added 3 commits
youknowone added a commit to youknowone/RustPython that referenced this pull request
* Fix winreg SetValueEx and OSError winerror attribute - SetValueEx: accept None for value_name (default registry value) - os_error_from_windows_code: use std::io::Error to properly set winerror attribute on OSError - EnumKey: use os_error_from_windows_code for proper error * Update test_launcher from v3.14.3 * Update test_winreg from v3.14.3 * Update crates/vm/src/stdlib/winreg.rs Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --------- Co-authored-by: CPython Developers <> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters