Opened 4 years ago
Last modified 4 weeks ago
#26802 new enhancement
Change use of weak references in actions
Reported by: | Jeroen Demeyer | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | coercion | Keywords: | |
Cc: | Simon King, Nils Bruin | Merged in: | |
Authors: | Jeroen Demeyer | Reviewers: | |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | #26790 | Stopgaps: |
Description
Currently, the coercion model uses strong references to actions and actions use weak references to their domain. It seems more efficient and simpler to turn this around: actions should internally use ordinary strong references but the coercion model should use weak references.
Note: See
TracTickets for help on using
tickets.