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
Do you have another module named logging somewhere that's shadowing the stdlib module? What is the output of
>>> import logging
>>> print(logging)
?
It seems unlikely to be related, but logging._acquireLock was removed in gh-109462. Any chance those environments have been corrupted with 3.13 alpha files?
Bug report
Bug description:
The function
multiprocessing.log_to_stderr()
throws an error:Same thing with Python 12.0:
CPython versions tested on:
3.10, 3.12
Operating systems tested on:
macOS
The text was updated successfully, but these errors were encountered: