<div dir="ltr"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><pre>>><i> +   variable_data += size;
</i>><i>
</i>><i> And here, and below.
</i>
This code is mostly a copy from the generated code, which adds these for 
some reason (possibly a bug in generation, but it may be used by other 
functions and just excess here).</pre></blockquote><div><br></div><div>Hello,<br><br></div><div>As I already looked into the python last week, it is due to loop unrolling behavior to prepare next variable <br>parameter. Of course, most of the time, there is only a single variable parameter so it is useless. Actually<br></div><div>it is useless for last variable parameter.<br><br></div><div></div><div><br></div><div>Cheers,<br></div><div>Gregory<br></div></div>