<div dir="ltr">Phil,<div><br></div><div>Just to let you know I've added `from PyQt5.Qt import *; from PyQt5.QtCore import pyqt5_enable_new_onexit_scheme; pyqt5_enable_new_onexit_scheme(True)`</div><div>to ~30 different widgets and ~4different apps and so far the new scheme works wonderfully.</div><div><br></div><div>I've tested this on:</div><div><br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div>Python 3.6.4 (v3.6.4:d48eceb, Dec 19 2017, 06:04:45) [MSC v.1900 32 bit (Intel)] on win32</div><div>window7 ultimate</div><div>PyQt5-5.13.1-5.13.1-cp35.cp36.cp37.cp38-none-win32.whl</div></blockquote><div><br></div><div>Hopefully other people can test it on different operating systems... It'd be great to make this new scheme the default one. To me the fact of losing clipboard information</div><div>was a really nasty (if not critical) bug that made you lose valuable information when testing/using apps.</div><div><br></div><div>That said, thanks for all good work... this new release is pretty amazing!</div><div><br></div><div>Regards</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Sep 17, 2019 at 2:48 PM Phil Thompson <<a href="mailto:phil@riverbankcomputing.com">phil@riverbankcomputing.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 17/09/2019 13:03, BPL wrote:<br>
> Phil,<br>
> <br>
> I've upgraded from PyQt5-5.13.0 to PyQt5-5.13.1 using pip and the <br>
> clipboard<br>
> issue is still there... aren't the commit 2f419c7ebaae changes living <br>
> in<br>
> the latest pypi wheel?<br>
<br>
To quote the release email...<br>
<br>
This version of PyQt implements an alternative strategy for tidying up <br>
objects when an application exits. By default the new strategy is <br>
disabled. To enable it add the following to your script...<br>
<br>
     from PyQt5.QtCore import pyqt5_enable_new_onexit_scheme<br>
<br>
     pyqt5_enable_new_onexit_scheme(True)<br>
<br>
The intention is to make the new scheme the default (and to remove the <br>
above function) in PyQt v5.14. I would really appreciate it if people <br>
could try out the new scheme (if only for 5 minutes) and let me know if <br>
it causes any problems. I'm hoping that 99% won't notice any difference <br>
and the remaining 1% will see an improvement.<br>
</blockquote></div>