Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid non-determinstic default keyword argument appearing in documentation #12

Merged
merged 1 commit into from
Jul 6, 2017

Conversation

lamby
Copy link
Contributor

@lamby lamby commented Mar 28, 2017

Whilst working on the Reproducible Builds effort [0], we noticed
that vine could not be built reproducibly. This is due to the use of a
set datatype in the default keyword arguments - this causes a problem
when generating the documentation as the ordering is non-determinstic.

(Mutable datatypes as default keyword arguments are also frowned upon in
Python)

[0] https://reproducible-builds.org/

Signed-off-by: Chris Lamb chris@chris-lamb.co.uk

…ation.

Whilst working on the Reproducible Builds effort [0], we noticed
that vine could not be built reproducibly. This is due to the use of a
set datatype in the default keyword arguments - this causes a problem
when generating the documentation as the ordering is non-determinstic.

(Mutable datatypes as default keyword arguments are also frowned upon in
Python)

 [0] https://reproducible-builds.org/

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
@thedrow thedrow merged commit d035a2d into celery:master Jul 6, 2017
@thedrow
Copy link
Member

thedrow commented Jul 6, 2017

Thanks for the contribution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants