[PyQt] ANN: PyQt v5.13.1, PyQtWebEngine v5.13.1, SIP v4.19.19 Released

Dmitry Shachnev mitya57 at ubuntu.com
Sun Sep 22 17:29:56 BST 2019


Hi Phil!

On Fri, Sep 13, 2019 at 06:53:15PM +0100, Phil Thompson wrote:
> This version of PyQt implements an alternative strategy for tidying up
> objects when an application exits. By default the new strategy is disabled.
> To enable it add the following to your script...
>
>     from PyQt5.QtCore import pyqt5_enable_new_onexit_scheme
>
>     pyqt5_enable_new_onexit_scheme(True)
>
> The intention is to make the new scheme the default (and to remove the above
> function) in PyQt v5.14. I would really appreciate it if people could try
> out the new scheme (if only for 5 minutes) and let me know if it causes any
> problems.

I have just tried this scheme with ReText and it works fine.

--
Dmitry Shachnev


More information about the PyQt mailing list