| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
The ProcessPoolForkserver combined with resource_tracker starts a thread after forking, which is not supported by TSan.
|
Thanks @colesbury for the PR, and @gpshead for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
Sorry, something went wrong.
The ProcessPoolForkserver combined with resource_tracker starts a thread after forking, which is not supported by TSan. Also skip test_multiprocessing_fork for the same reason (cherry picked from commit 0439743) Co-authored-by: Sam Gross <colesbury@gmail.com>
|
GH-121553 is a backport of this pull request to the 3.13 branch. |
Sorry, something went wrong.
…21553) gh-117657: Skip test when running under TSan (GH-121549) The ProcessPoolForkserver combined with resource_tracker starts a thread after forking, which is not supported by TSan. Also skip test_multiprocessing_fork for the same reason (cherry picked from commit 0439743) Co-authored-by: Sam Gross <colesbury@gmail.com>
The ProcessPoolForkserver combined with resource_tracker starts a thread after forking, which is not supported by TSan. Also skip test_multiprocessing_fork for the same reason
The ProcessPoolForkserver combined with resource_tracker starts a thread after forking, which is not supported by TSan. Also skip test_multiprocessing_fork for the same reason
| Back | FazBrowse Home | New Git URL |
The ProcessPoolForkserver and test_multiprocessing_fork tests use thread after forking in a multi-threaded program, which is not supported by TSan.