Skip to content

fix: add check if AzureBackendConfig has metadata#709

Open
jessetvogel wants to merge 1 commit intomicrosoft:mainfrom
jessetvogel:main
Open

fix: add check if AzureBackendConfig has metadata#709
jessetvogel wants to merge 1 commit intomicrosoft:mainfrom
jessetvogel:main

Conversation

@jessetvogel
Copy link

Closes: #708

The method AzureBackendConfig.getattr tries to find the attribute in its metadata when it cannot find it. When the class is not fully initialized, this may lead to a RecursionError if there is no such check.

The method AzureBackendConfig.__getattr__ tries to find the attribute
in its metadata when it cannot find it. When the class is not fully
initialized, this may lead to a RecursionError if there is no such check.
@jessetvogel jessetvogel requested a review from a team as a code owner January 6, 2026 16:17
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.

Infinite recursion error on deep copy AzureBackendConfig due to __getattr__ implementation

2 participants