Steve Dower added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29565>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to