Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-116738: Make the array built in module safe for free threaded python#120103

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation

SonicField
Copy link
Contributor

@SonicFieldSonicField commentedJun 5, 2024
edited by bedevere-appbot
Loading

Allow the array module to be free threaded by protecting memory management via critical sections and atomic actions. Atomic only fast paths exist for loading and storing individual elements of the array.

@SonicFieldSonicField marked this pull request as ready for reviewJune 6, 2024 15:23
@SonicFieldSonicField deleted the feature/array-module-free-threaded branchJune 13, 2024 09:16
@SonicFieldSonicField restored the feature/array-module-free-threaded branchJune 13, 2024 09:24
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@ericsnowcurrentlyericsnowcurrentlyAwaiting requested review from ericsnowcurrentlyericsnowcurrently is a code owner

@colesburycolesburyAwaiting requested review from colesbury

@DinoVDinoVAwaiting requested review from DinoV

Assignees
No one assigned
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@SonicField@DinoV

[8]ページ先頭

©2009-2025 Movatter.jp