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

fix: cannot create root construct in python #2500

Merged
merged 3 commits into from
Oct 14, 2024

Conversation

mrgrain
Copy link
Contributor

@mrgrain mrgrain commented Oct 11, 2024

The previous attempt in #2499 caused the static helper to be added to every construct, which was unintentional and caused side-effects. Instead export a class that does the same.

Fixes #1063

The previous attempt in #2499 caused the static helper to be added to every construct, which was unintentional and caused side-effects. Instead export a class that does the same.

Fixes #1063
@mergify mergify bot merged commit 892bb11 into 10.x Oct 14, 2024
13 checks passed
@mergify mergify bot deleted the mrgrain/fix/python-root-construct-v2 branch October 14, 2024 12:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

creating root construct in Python
2 participants