Matt Thompson
Matt Thompson
Yes, in this case I specified an explicit support package version in `pyproject.toml` to pin the production build at 3.10, but the local installed version on the CI build nodes...
> * `if(ret > 0):` is not Python, should be `if ret > 0:` PEP8 checker should've found this, don't know why. Strange. flake8 didn't catch it here locally. >...
Note this requires https://github.com/beeware/Python-Apple-support/pull/132 to include the `_posixshmem` package in the support package required by multiprocessing
My changes in pull request #55 might address this issue. The reason for the callbacks arriving out of order is most likely thread scheduling, since the add and remove events...