[issue40963] distutils make_zipfile uses random order

2021-02-03 Thread Steve Dower
Steve Dower added the comment: Distutils is now deprecated (see PEP 632) and all tagged issues are being closed. From now until removal, only release blocking issues will be considered for distutils. If this issue does not relate to distutils, please remove the component and reopen it. If

[issue40963] distutils make_zipfile uses random order

2020-06-14 Thread Raymond Hettinger
Raymond Hettinger added the comment: +1 for sorting filenames prior to insertion -- nosy: +rhettinger ___ Python tracker ___ ___

[issue40963] distutils make_zipfile uses random order

2020-06-12 Thread ghost43
New submission from ghost43 : I am trying to generate .zip sdists for a project in a reproducible manner, using setuptoools. The generated zips differ in the order of packed files. The root cause of the non-determinicity is using os.walk() in make_zipfile here: