Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-117478: Add `@support.requires_gil_enabled` decorator (#117479) | Sam Gross | 2024-04-04 | 1 | -1/+1 |
* | gh-117344: Skip flaky tests in free-threaded build (#117355) | Sam Gross | 2024-03-29 | 1 | -0/+1 |
* | gh-114271: Fix race in `Thread.join()` (#114839) | mpage | 2024-03-16 | 1 | -2/+2 |
* | gh-110481: Implement inter-thread queue for biased reference counting (#114824) | Sam Gross | 2024-02-09 | 1 | -0/+1 |
* | GH-110829: Ensure Thread.join() joins the OS thread (#110848) | Antoine Pitrou | 2023-11-04 | 1 | -3/+3 |
* | gh-109047: concurrent.futures catches PythonFinalizationError (#109810) | Victor Stinner | 2023-09-29 | 1 | -0/+29 |
* | gh-108388: Convert test_concurrent_futures to package (#108401) | Victor Stinner | 2023-08-24 | 1 | -0/+202 |