Skip to content

gh-117657: initialize_new_array remove race - #118842

Closed
SonicField wants to merge 0 commit into
python:mainfrom
SonicField:main
Closed

gh-117657: initialize_new_array remove race#118842
SonicField wants to merge 0 commit into
python:mainfrom
SonicField:main

Conversation

@SonicField

@SonicFieldSonicField commented May 9, 2024

Copy link
Copy Markdown
Contributor

Fix the following tsan race conditions in free threaded (no gil) python:

  • initialize_new_array

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@SonicField