FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gh-102344: implement winreg QueryValue / SetValue using QueryValueEx / SetValueEx by maxbachmann · Pull Request #102345 · python/cpython · GitHub

/ cpython Public

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

Merged
zooba merged 10 commits into
python:mainfrom
maxbachmann:patch-9
Mar 1, 2023
Merged

gh-102344: implement winreg QueryValue / SetValue using QueryValueEx / SetValueEx#102345
zooba merged 10 commits into
python:mainfrom
maxbachmann:patch-9

Conversation

maxbachmann commented Feb 28, 2023
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Contributor

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

Comment thread PC/winreg.c Outdated
maxbachmann and others added 2 commits March 1, 2023 02:36
Co-authored-by: Eryk Sun <eryksun@gmail.com>
Comment thread PC/winreg.c
zooba merged commit c1748ed into python:main Mar 1, 2023

eryksun commented Mar 1, 2023

Copy link
Copy Markdown
Contributor

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

Copy link
Copy Markdown
Contributor Author

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

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
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


Back | FazBrowse Home | New Git URL