[Webkit-unassigned] [Bug 229172] New: [webkitcorepy] Return SourceFileLoader in find_module

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 16 17:33:18 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=229172

            Bug ID: 229172
           Summary: [webkitcorepy] Return SourceFileLoader in find_module
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jbedard at apple.com

On some of our bots, Python 3 scripts are failing because the auto installer is failing to load modules it has installed. This is because we aren't implementing everything required for a custom import system, namely, we should return a module loader.  Python 2 doesn't require this, and implementing a module loader in Python 2 is non trivial, and we intend to deprecate Python 2 in the near future.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210817/b448234f/attachment.htm>


More information about the webkit-unassigned mailing list