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

Separate the Registrar._registry_entries method into an iterator class. #697

Merged
merged 7 commits into from
Dec 14, 2024

Conversation

junkmd
Copy link
Collaborator

@junkmd junkmd commented Dec 13, 2024

Registrar handled both creating parameters and passing them to winreg functions within a single class.

Separating the parameter creation into another class would make testing easier and reduce code jumping.

The test for sys.frozen will be added in a separate PR.

@junkmd junkmd added enhancement New feature or request tests enhance or fix tests typing related to Python static typing system labels Dec 13, 2024
@junkmd junkmd added this to the 1.4.9 milestone Dec 13, 2024
junkmd added a commit to junkmd/pywinauto that referenced this pull request Dec 13, 2024
@junkmd junkmd merged commit 77585fe into enthought:main Dec 14, 2024
49 checks passed
@junkmd junkmd deleted the registry_entries branch December 14, 2024 00:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request tests enhance or fix tests typing related to Python static typing system
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant