This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jaraco
Recipients barry, brett.cannon, jaraco, vstinner, yan12125
Date 2019-05-25.08:08:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558771727.45.0.247217609641.issue34632@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-05-25 08:08:47jaracosetrecipients: + jaraco, barry, brett.cannon, vstinner, yan12125
2019-05-25 08:08:47jaracosetmessageid: <1558771727.45.0.247217609641.issue34632@roundup.psfhosted.org>
2019-05-25 08:08:47jaracolinkissue34632 messages
2019-05-25 08:08:47jaracocreate