<div dir="ltr">I'm porting an application from PyQt4 to PyQt5 on Mac OSX (Mavericks). Generally a good experience, but I'm seeing a few strange behaviours that I haven't been able to work around; possibly due to accessing the window id of the widget in my video player, or possibly a GIL release issue?<div><br></div><div><b>1. The cursor doesn't change when moved over a splitter handle. </b>This "might" be related to a "closed' issue where a widget's window id was accessed with the widget in a QSplitter [<a href="https://bugreports.qt.io/browse/QTBUG-33479">https://bugreports.qt.io/browse/QTBUG-33479</a>], but might it also be related to not releasing the GIL? I'm using the python bindings for VLC [<a href="https://wiki.videolan.org/Python_bindings">https://wiki.videolan.org/Python_bindings</a>] which uses the window id to make the link between VLC and a widget for video display; in my case, a QLabel. I've also tried replacing VLC use with QVideoWidget from PyQt5.QtMultimediaWidgets, but with similar results. Before a video is loaded I can see the expected change in cursor icon over the splitter handle, but once a video has loaded - no change. </div><div><br></div><div>Using Macports Mavericks (10.9.5):</div><div>python3.4 @3.4.3_5</div><div>qt5-mac @5.4.2_1</div><div>py34-sip @4.16.9_0</div><div>py34-pyqt5 @5.5_0</div><div><br></div><div>Best regards,</div><div>Timothy Grove</div><div><br></div></div>