Skip to content

gh-116738: Make _heapq module thread-safe #135036

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Jun 9, 2025
Prev Previous commit
Next Next commit
gh-116738: Fix typo
  • Loading branch information
yoney committed Jun 5, 2025
commit 3f0968925d303caa7dacde714883b65bb486d479
2 changes: 1 addition & 1 deletion Lib/test/test_free_threading/test_heapq.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def run_concurrently(self, worker_func, args, nthreads) -> None:
barrier = Barrier(nthreads)

def wrapper_func(*args):
# Wait for all threadss to reach this point before proceeding.
# Wait for all threads to reach this point before proceeding.
barrier.wait()
worker_func(*args)

Expand Down
Loading
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy