Message 343459 - Python tracker
Message343459
| 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: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 | |