Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert dispatch_uid to string in signal connections.
Using `str(id(self))` for `dispatch_uid` ensures compatibility with cases where signal identifiers are expected to be strings. This change prevents potential issues in environments that enforce strict type checks.
- Loading branch information