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 #1694: Remove infinite recursion in manage_object function #1695

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dbsectrainer
Copy link

This PR fixes the infinite recursion issue in the manage_object function by:

Removing unnecessary recursive calls in manage_object function
Adding proper callback handling for both dict and object cases
Adding comprehensive test suite to verify functionality
Improving documentation and type hints
The changes have been tested and all tests are passing. The fix ensures that the manage_object function now properly handles both dictionary and object cases without causing infinite recursion, while maintaining the expected behavior of not overwriting existing values.

Fixes #1694

- Remove unnecessary recursive calls in manage_object function
- Add proper callback handling for both dict and object cases
- Add comprehensive test suite to verify functionality
- Improve documentation and type hints
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.

1 participant