<br><div><span class="gmail_quote">On 4/24/06, <b class="gmail_sendername">guido.van.rossum</b> <<a href="mailto:python-3000-checkins@python.org">python-3000-checkins@python.org</a>> wrote:</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
+ new->ob_size = size;<br>+ if (size == 0)<br>+ new->ob_bytes = NULL;<br>+ else {<br>+ new->ob_bytes = PyMem_Malloc(size);<br>+ if (new->ob_bytes == NULL) {<br>+ Py_DECREF(new);
<br>+ return NULL;<br>+ }<br>+ if (bytes != NULL)<br>+ memcpy(new->ob_bytes, bytes, size);</blockquote><div><br>Hmmm... Should we see this as official confirmation that PEP 7 is going to go to 4-space indents instead of tab ones, or is it just an editor accidentily left in Google-indent mode? (I think I prefer the former ;)
<br><br></div></div>-- <br>Thomas Wouters <<a href="mailto:thomas@python.org">thomas@python.org</a>><br><br>Hi! I'm a .signature virus! copy me into your .signature file to help me spread!