<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sun, Jul 22, 2018 at 1:11 PM, Jeroen Demeyer <span dir="ltr"><<a href="mailto:J.Demeyer@ugent.be" target="_blank">J.Demeyer@ugent.be</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 2018-07-22 14:52, Stefan Behnel wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Someone has to maintain the *existing* code<br>
base and help newcomers to get into it and understand it.<br>
</blockquote>
<br></span>
This is an important point that people seem to be overlooking. The complexity and maintenance burden of PEP 580 should be compared to the status-quo. The existing code is complicated, yet nobody seems to find that a problem. But when PEP 580 makes changes to that complicated code (and documents some of the existing complexity), it's suddenly the fault of PEP 580 that the code is complicated.<br>
<br>
I also wonder if there is a psychological difference simply because this is a PEP and not an issue on <a href="http://bugs.python.org" rel="noreferrer" target="_blank">bugs.python.org</a>. That might give the impression that it's a more serious thing somehow. Previous optimizations (<a href="https://bugs.python.org/issue26110" rel="noreferrer" target="_blank">https://bugs.python.org/issue<wbr>26110</a> for example) were not done in a PEP and nobody ever mentioned that the extra complexity might be a problem.<br>
<br>
Finally, in some ways, my PEP would actually be a simplification because it replaces several special cases by one general protocol. Admittedly, the general protocol that I propose is more complicated than each existing special case individually but the overall complexity might actually decrease.<span class="HOEnZb"><font color="#888888"></font></span></blockquote><div><br></div><div>So does your implementation of the PEP result in a net increase or decrease of the total lines of code? I know that that's a poor proxy for complexity (we can all imagine example bits of code that would become less complex by rewriting them in more lines), but if your diff actually deleted more lines than it adds, that would cut short a lot of discussion. I have a feeling though that that's not the case, and now you're in the defense. <br></div></div><br>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">--Guido van Rossum (<a href="http://python.org/~guido" target="_blank">python.org/~guido</a>)</div>
</div></div>