Jeong, YunWon
|
f805fa7c8b
|
Fix winreg and Update test_launcher from v3.14.3 (#7155)
* 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>
|
2026-02-15 22:11:48 +09:00 |
|