-
-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Turn
RegistryEntries
into an ABC
and create subclasses for frozen…
… and non-frozen cases. (#738) * `__init__` -> `__new__` * Make `RegistryEntries` a dynamic subtype resolving class. * Small fix. * Remove `_iter_ctx_entries`. * Make `RegistryEntries` abstract class. * Reduce conditional branches for retrieving server dll.
- Loading branch information
Showing
2 changed files
with
82 additions
and
86 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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