Hi,
I submitted a pull request that gets this working for me on Python3, but I wondered...
How about porting this to pure Python (i.e. ctypes) ?
But before I jump off into the abyss I wondered if you had considered it or tried it and then found it wasn't actually doable ?
For example, this is something flakey I have so far: https://github.com/TheCellule/python-bleson/blob/546b5d907b0a4495362843237c947f3e8f89f0bc/sandpit/test_macos_xpc_ctypes_observer.py
I have very big doubts as to wether or not I can get ObjC blocks and ctypes callbacks to work at all.
Any thoughts or experiences you have would be greatly appreciated.
Thanks
Wayne
Hi,
I submitted a pull request that gets this working for me on Python3, but I wondered...
How about porting this to pure Python (i.e. ctypes) ?
But before I jump off into the abyss I wondered if you had considered it or tried it and then found it wasn't actually doable ?
For example, this is something flakey I have so far: https://github.com/TheCellule/python-bleson/blob/546b5d907b0a4495362843237c947f3e8f89f0bc/sandpit/test_macos_xpc_ctypes_observer.py
I have very big doubts as to wether or not I can get ObjC blocks and ctypes callbacks to work at all.
Any thoughts or experiences you have would be greatly appreciated.
Thanks
Wayne