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 SilentGhost
Recipients Joshua.Landau, SilentGhost
Date 2015-01-25.16:28:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422203329.31.0.400572466973.issue23316@psf.upfronthosting.co.za>
In-reply-to
Content
It seems, if I read https://docs.python.org/3/reference/expressions.html#calls correctly that the evaluation order of the function arguments is not defined in general, as it depends on your use of keyword argument and exact function signature. Naturally, f(a(), b()) would be evaluated in the order you're expecting.
History
Date User Action Args
2015-01-25 16:28:49SilentGhostsetrecipients: + SilentGhost, Joshua.Landau
2015-01-25 16:28:49SilentGhostsetmessageid: <1422203329.31.0.400572466973.issue23316@psf.upfronthosting.co.za>
2015-01-25 16:28:49SilentGhostlinkissue23316 messages
2015-01-25 16:28:49SilentGhostcreate