Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-102344: implement winreg QueryValue / SetValue using QueryValueEx / SetValueEx #102345

Merged
merged 10 commits into from
Mar 1, 2023

Conversation

maxbachmann
Copy link
Contributor

@maxbachmann maxbachmann commented Feb 28, 2023

Some review already took place in #102256:

  • implementation for QueryValueEx / SetValueEx should possibly be cleaned up as well by using a similar structure
  • The two could possibly share some part of the implementation

PC/winreg.c Outdated Show resolved Hide resolved
@zooba zooba merged commit c1748ed into python:main Mar 1, 2023
@eryksun
Copy link
Contributor

eryksun commented Mar 1, 2023

Why did you revert the update of winreg_QueryValueEx_impl()? Did it cause tests to fail?

@maxbachmann
Copy link
Contributor Author

yes I reverted it, since it caused test timeouts. I was not directly sure what I did wrong, so I reverted it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants