Message337983
While working on reproducible builds for openSUSE, I found countless python modules that come with binary .so files that did not build reproducibly from non-deterministic filesystem readdir order. One contributing factor is bpo-30461 that will not be fixed. I found that a simple patch can be done in distutils instead of fixing an infinite number of current and future python modules. | |
| Date | User | Action | Args | | 2019-03-15 12:30:33 | bmwiedemann | set | recipients: + bmwiedemann, eric.araujo, dstufft | | 2019-03-15 12:30:33 | bmwiedemann | set | messageid: <1552653033.32.0.635728597537.issue36302@roundup.psfhosted.org> | | 2019-03-15 12:30:33 | bmwiedemann | link | issue36302 messages | | 2019-03-15 12:30:33 | bmwiedemann | create | | |