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 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:33bmwiedemannsetrecipients: + bmwiedemann, eric.araujo, dstufft
2019-03-15 12:30:33bmwiedemannsetmessageid: <1552653033.32.0.635728597537.issue36302@roundup.psfhosted.org>
2019-03-15 12:30:33bmwiedemannlinkissue36302 messages
2019-03-15 12:30:33bmwiedemanncreate