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 a PEP302 compatible loader would allow us to keep __import__ alone, solving at least #559, #547. There's probably more issues due to this.
Python.NET as of now overrides
__import__directly which works, but has multiple nasty issues. Implementing a PEP302 compatible loader would allow us to keep__import__alone, solving at least #559, #547. There's probably more issues due to this.