You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initialization handles without creating a Cursor instance
In win32_getHandle, a new cursor instance is created to retrieve the OS
handle. With this change, we are able to safely retrieve the handle
without creating a cursor instance.
0 commit comments