-
Notifications
You must be signed in to change notification settings - Fork 784
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add experimental support for PEP 489 multi-phase module initialization
This commit adds experimental but *almost* fully functional support for multi-phase module initialization as specified in PEP 489. With the exception of adding submodules to modules, all other functionality should be retained. In other words, unless submodules are used, multi-phase initialization is a complete drop-in replacement. Note that this commit serves as a demonstration & basis for further improvements only; many tests have therefore not been adapted correspondingly yet. Nevertheless, it runs. Signed-off-by: Max Carrara <[email protected]>
- Loading branch information
Showing
4 changed files
with
176 additions
and
77 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
Oops, something went wrong.