Message343459
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. | |
| Date | User | Action | Args | | 2019-05-25 08:08:47 | jaraco | set | recipients: + jaraco, barry, brett.cannon, vstinner, yan12125 | | 2019-05-25 08:08:47 | jaraco | set | messageid: <1558771727.45.0.247217609641.issue34632@roundup.psfhosted.org> | | 2019-05-25 08:08:47 | jaraco | link | issue34632 messages | | 2019-05-25 08:08:47 | jaraco | create | | |