-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
test_multiprocessing_forkserver.py, test_multiprocessing_fork.py and test_multiprocessing_spawn.py gives tracebacks #96026
Comments
I seen this output many times, but cannot reproduce locally (on Ubuntu). It is bad because it looks like an error even if test reports OK. It is mixed with real errors report and make it more difficult to analyze. It can also be a symptom of a problem with resource management. |
So if OSError exist, it tries to do |
maybe connected with #89372 ?
it is reproducable for In my case reverting patch f604cf1 doesn't produce any key error and other UserWarning.
it tries to run
|
I'm not entirely confident yet, but it appears that after 9a458be got merged, the workaround from f604cf1 is no longer needed (and causes the reported issue). |
@tiran is it possible to fix it by reverting workaround as mentioned in comment by @sergeykolosov ? |
@sharewax Please refrain from pinging core developers on issues to draw their attention. It's distracting. Triagers may ping core devs or assign tickets that are listed as experts in https://devguide.python.org/core-developers/experts/index.html. |
sorry for that :( |
Also encountered this problem for Python 3.9.21 on macOS arm64. |
Bug report
During build RPM for python3.11rc1 I've found tracebacks for tests from test suite
test_multiprocessing_forkserver.py
,test_multiprocessing_fork.py
, andtest_multiprocessing_spawn.py
:I suppose, that tracebacks are not ok during test. Or close the bug, if it normal.
Some
KeyError
are present in #95396.Your environment
Python 3.11.0rc1 (main, Aug 13 2022, 18:23:13) [GCC 9.3.1 20200408 (Red Hat 9.3.1-2)] on linux
Centos7 x86_64, python 3.11rc1
The text was updated successfully, but these errors were encountered: