Message 337983 - Python tracker (original) (raw)

Message337983

Author bmwiedemann
Recipients bmwiedemann, dstufft, eric.araujo
Date 2019-03-15.12:30:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id 1552653033.32.0.635728597537.issue36302@roundup.psfhosted.org
In-reply-to
Content
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.
History
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