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

Appearance settings

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Oct 24, 2024

If multiple threads concurrently imported collections.abc, some of the
threads might incorrectly see the "shim" Lib/collections/abc.py module
instead of the correct Lib/_collections_abc.py module. This affected
both the free threading build and the default GIL-enabled build.
(cherry picked from commit fed501d)

Co-authored-by: Sam Gross colesbury@gmail.com

…ythonGH-125415)

If multiple threads concurrently imported `collections.abc`, some of the
threads might incorrectly see the "shim" `Lib/collections/abc.py` module
instead of the correct `Lib/_collections_abc.py` module.  This affected
both the free threading build and the default GIL-enabled build.
(cherry picked from commit fed501d)

Co-authored-by: Sam Gross <colesbury@gmail.com>
@colesbury colesbury enabled auto-merge (squash) October 24, 2024 22:14
@colesbury colesbury merged commit d46d291 into python:3.13 Oct 24, 2024
38 checks passed
Sign up for free to 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.

2 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.