Skip to content

[3.14] gh-116738: make mmap module thread-safe (GH-139237) - #139825

Merged
kumaraditya303 merged 3 commits into
python:3.14from
kumaraditya303:backport-7f155f9-3.14
Oct 9, 2025
Merged

[3.14] gh-116738: make mmap module thread-safe (GH-139237)#139825
kumaraditya303 merged 3 commits into
python:3.14from
kumaraditya303:backport-7f155f9-3.14

Conversation

@kumaraditya303

@kumaraditya303kumaraditya303 commented Oct 9, 2025

Copy link
Copy Markdown
Contributor

(cherry picked from commit 7f155f9)
Co-authored-by: Alper <alperyoney@fb.com>
@kumaraditya303
kumaraditya303 marked this pull request as ready for review October 9, 2025 13:34
@kumaraditya303kumaraditya303 added the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Oct 9, 2025
@bedevere-bot

Copy link
Copy Markdown

🤖 New build scheduled with the buildbot fleet by @kumaraditya303 for commit 2c66c93 🤖

Results will be shown at:

https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F139825%2Fmerge

If you want to schedule another build, you need to add the 🔨 test-with-buildbots label again.

@bedevere-botbedevere-bot removed the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Oct 9, 2025

@vstinnervstinner left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(cherry picked from commit 7f155f9)

I suppose that it's a straightforward backport. I'm fine with it.

@kumaraditya303

Copy link
Copy Markdown
ContributorAuthor

I suppose that it's a straightforward backport. I'm fine with it.

There's an additional fix 8948ed8 because bd1ada6 wasn't backported but the rest is same.

@kumaraditya303
kumaraditya303 merged commit 926d734 into python:3.14Oct 9, 2025
85 of 88 checks passed
@kumaraditya303
kumaraditya303 deleted the backport-7f155f9-3.14 branch October 9, 2025 14:49
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@kumaraditya303@bedevere-bot@vstinner@yoney