Block signals when setting an attribute directly - #151
Merged
Conversation
Korijn
reviewed
Jan 21, 2026
berendkleinhaneveld
added a commit
that referenced
this pull request
Jan 21, 2026
- Add try/finally blocks to ensure signals are always unblocked after
errors in qobject, standarditem, treewidgetitem, and treewidget
- Add exception handling to PySideRenderer interface methods (insert,
remove, set_attribute, remove_attribute, add/remove_event_listener)
that logs errors but continues execution
- create_element logs and re-raises since there's no fallback
- Add test_pyside_resilience.py with tests for error handling
- Update test_removing_attribute_not_supported to expect logged errors
See PR #151 discussion and issue #153 for context.
berendkleinhaneveld
added a commit
that referenced
this pull request
Jan 22, 2026
- Add try/finally blocks to ensure signals are always unblocked after
errors in qobject, standarditem, treewidgetitem, and treewidget
- Add exception handling to PySideRenderer interface methods (insert,
remove, set_attribute, remove_attribute, add/remove_event_listener)
that logs errors but continues execution
- create_element logs and re-raises since there's no fallback
- Add test_pyside_resilience.py with tests for error handling
- Update test_removing_attribute_not_supported to expect logged errors
See PR #151 discussion and issue #153 for context.
Merged
berendkleinhaneveld
added a commit
that referenced
this pull request
Jan 27, 2026
This release includes the following features: * Support for template refs (#140) * Hot reloading of components (#146) And the following fixes and improvements: * Prevent unnecessary remounts of elements (#152) * Remove the need for a wrapping template element around dynamic slot content (#147) * Keep elements ordered properly (#155 , #156) * [PySide] Improve interaction with PySide elements (#151) * [PySide] Improve resilience of PySide in light of exceptions (#154)
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.