You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: Use omnipkg_instance for _scan_and_heal_distributions in fast discovery
- Changed direct self._scan_and_heal_distributions calls to self.omnipkg_instance._scan_and_heal_distributions
- Prevents AttributeError on Python 3.9+ in daemon/worker context
- Fixes healing path for older interpreters during multiverse tests
0 commit comments