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
Python.NET as of now overrides__import__ directly which works, but has multiple nasty issues. Implementing aPEP302 compatible loader would allow us to keep__import__ alone, solving at least#559,#547. There's probably more issues due to this.