-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: tests on MacOS 13.3.1 (a) (22E772610a) #9
Comments
|
Ok, well the # multiprocessing.queues.Queue
def qsize(self):
# Raises NotImplementedError on Mac OSX because of broken sem_getvalue() |
For future reference, see the relevant python docs:
This created a whole new set of problems which is why I ultimately adopted |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Although this is isn't one of my preferred platforms, it'd be nice to let people know what's happening.
The text was updated successfully, but these errors were encountered: