<div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">For me, the personal benefit of getting a patch applied<br>would be so that I didn&#39;t have to keep re-applying it
<br>to new versions of Python, and that I could distribute<br>code relying on the patch to others without requiring<br>*them* to use a patched version of Python as well.</blockquote><div><br></div></div>What you describe is probably fairly common, but in this particular case,&nbsp; the patch is only needed if you are going to build a bespoke Python interpreter.&nbsp; This is a complicated enough process that the difficulty of having to apply a patch is probably insignificant.&nbsp; The potential savings of this patch lay mainly in avoiding the waste of time for people who will face the same problem and not understand why.
<br><br>As anecdotal evidence, just a couple of days after I had figured out what the problem was and had the patch ready, another guy found the same problem completely independently and posted some questions to the PyQt development list about it.
<br><br>Regards,<br>Miguel<br><br>