New submission from yufun <heyt1...@gmail.com>: appsLib =cdll.LoadLibrary(util.find_library('ApplicationServices')) event = appsLib.CGEventCreate(None); pt = appsLib.CGEventGetLocation(event);
Crash after execute above python code. But these code works well in python3.13. ---------- assignee: theller components: ctypes messages: 130546 nosy: heyt1981, theller priority: normal severity: normal status: open title: Call Mac API Crash via ctypes versions: Python 3.2 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue11464> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com