[PyQt] [Eric] Eric4 issue with splitted views
Phil Thompson
phil at riverbankcomputing.com
Thu Mar 27 18:41:26 GMT 2014
On 27-03-2014 5:43 pm, Detlev Offenbach wrote:
> Hello,
>
> I applied the patch. The change will be part of the next release.
> However, I haven't had this issue on my openSUSE system (13.1) over
> here. Can this be a timing issue as we have seen in some other
> situations were C++ objects were destroyed beneath the still existing
> Python instance?
No. It's due to the fact that when a Python dict is garbage collected
the order in which the individual items in the dict are garbage
collected is unpredictable.
Phil
More information about the PyQt
mailing list