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 steve.dower
Recipients Igor Kudrin, christian.heimes, doko, eryksun, mark.dickinson, meador.inge, paul.moore, steve.dower, tim.golden, vinay.sajip, zach.ware
Date 2017-02-16.17:44:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487267086.53.0.290447871555.issue29565@psf.upfronthosting.co.za>
In-reply-to
Content
The contents of the struct is just being big enough to reach the point where it is passed by reference rather than by value.

This issue is pointing out that it should be a reference to a temporary copy of the struct, so that if the called function modifies the argument then it doesn't affect the caller.
History
Date User Action Args
2017-02-16 17:44:46steve.dowersetrecipients: + steve.dower, doko, paul.moore, vinay.sajip, mark.dickinson, christian.heimes, tim.golden, meador.inge, zach.ware, eryksun, Igor Kudrin
2017-02-16 17:44:46steve.dowersetmessageid: <1487267086.53.0.290447871555.issue29565@psf.upfronthosting.co.za>
2017-02-16 17:44:46steve.dowerlinkissue29565 messages
2017-02-16 17:44:46steve.dowercreate