| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
There's quite a few socket races as well that pop up. We should add them to the suppressions.
Sorry, something went wrong.
|
I think we can enable the TSAN free-threads builds tests on macOS? |
Sorry, something went wrong.
|
Tried to enable TSAN check on macOS #120502, but it will hang forever for the test_capi.test_mem test, and the set_default_allocator_unlocked race didn't get triggered... https://github.com/python/cpython/actions/runs/9517250225/job/26235426291?pr=120502 Updated: Sorry, my bad, the set_default_allocator_unlocked race did get triggered, but the races on socket didn't triggered. So I think we can continue with this change, and I will find a way to resolve the hang in another PR. |
Sorry, something went wrong.
|
Thanks @aisk for the PR, and @Fidget-Spinner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
Sorry, something went wrong.
…ked (pythonGH-120500) Add TSAN suppression for set_default_allocator_unlocked (cherry picked from commit 2bacc23) Co-authored-by: AN Long <aisk@users.noreply.github.com>
|
GH-120510 is a backport of this pull request to the 3.13 branch. |
Sorry, something went wrong.
…ked (python#120500) Add TSAN suppression for set_default_allocator_unlocked
…ked (python#120500) Add TSAN suppression for set_default_allocator_unlocked
…ked (python#120500) Add TSAN suppression for set_default_allocator_unlocked
| Back | FazBrowse Home | New Git URL |
I'm using macOS 14.2 with x86_64 CPU, this race conflict always occurs on my local machine.
Clang version: