dispatch-py icon indicating copy to clipboard operation
dispatch-py copied to clipboard

Use a local registry per dispatch instance

Open Pryz opened this issue 1 year ago • 0 comments

We are currently using a global function registry. While working in most of the cases, a single registry creates issues when different module are registering a function with the same __qualname__.

Pryz avatar Feb 26 '24 20:02 Pryz