| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
Do you have time to look at the other TSAN reported races in test_asyncio?
Sorry, something went wrong.
What are the other TSAN races? |
Sorry, something went wrong.
|
If you run the test_asyncio tests under TSAN you'll see a bunch of races. Here are the ones I've seen when running it: https://gist.github.com/colesbury/210e1e1c60d38dbfd92e5226d7848b38 There are also a few additional ones when run with the GIL enabled, because it doesn't use some of the atomic operations that we use in the free threading build. I wouldn't worry about the frame_clear race for now, but I think the other ones, including the file descriptor races can be fixed. |
Sorry, something went wrong.
Thanks! I will look into it. |
Sorry, something went wrong.
|
To follow up on my previous comment: I think that fixing the file descriptor races might involve changing the test code to avoid concurrent close() operations with operations that use the sockets, but I'm not entirely sure. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Uh oh!
There was an error while loading. Please reload this page.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.