Jason R. Coombs <jar...@jaraco.com> added the comment:
I started trying to replicate the failure. I got as far as this Dockerfile: ``` FROM fedora:rawhide RUN yum install -y clang make git RUN git clone https://github.com/python/cpython WORKDIR cpython RUN ./configure RUN make ``` And then running `./python Tools/scripts/run_tests.py test_importlib`, but the tests fail due to zlib not being installed. Sounds like yan12125 has the fix, so I'm shelving my investigation. ---------- stage: patch review -> resolved _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue34632> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com