Commit Graph

3 Commits

Author SHA1 Message Date
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
Jeong, YunWon
d8dde123b1 Complete winreg 2025-12-05 19:57:26 +09:00
Ashwin Naren
517987c7b3 rewrite of winreg module and add test_winreg 2025-12-05 15:10:45 +09:00