[New-bugs-announce] [issue36302] distutils creates unreproducible .so files

Bernhard M. Wiedemann report at bugs.python.org
Fri Mar 15 08:30:33 EDT 2019


New submission from Bernhard M. Wiedemann <pythonbugs at lsmod.de>:

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.

----------
components: Distutils
messages: 337983
nosy: bmwiedemann, dstufft, eric.araujo
priority: normal
severity: normal
status: open
title: distutils creates unreproducible .so files
versions: Python 3.6, Python 3.7, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36302>
_______________________________________


More information about the New-bugs-announce mailing list