Commits
User selector
Commit History
Commits on Nov 9, 2023
gh-81925: Implement native thread ids for kFreeBSD (#111761)
Show description for 0802fd6andauthored
Commits on Nov 4, 2023
GH-110829: Ensure Thread.join() joins the OS thread (#110848)
Show description for 0e9c364andauthored
Commits on Oct 17, 2023
Commits on Oct 16, 2023
Commits on Sep 30, 2023
gh-110014: Fix _POSIX_THREADS and _POSIX_SEMAPHORES usage (#110139)
Show description for 74e425eauthored
Commits on Jun 22, 2023
gh-101538: Add experimental wasi-threads build (#101537)
Show description for d8f87cdauthored
Commits on Dec 9, 2022
gh-81057: Fix the wasm32-wasi Buildbot (gh-100139)
Show description for 8d0bd93authoredgh-81057: Move Threading-Related Globals to _PyRuntimeState (#100084)
Show description for 1160001authored
Commits on Jul 27, 2022
gh-95174: Add pthread stubs for WASI (GH-95234)
Show description for 0fe645dandauthored
Commits on Jun 21, 2022
gh-74953: _PyThread_cond_after() uses _PyTime_t (#94056)
Show description for c7a79bbauthored
Commits on Jun 19, 2022
gh-74953: Reformat PyThread_acquire_lock_timed() (#93947)
Show description for 2664d9aauthored
Commits on Jun 17, 2022
gh-74953: Fix PyThread_acquire_lock_timed() code recomputing the timeout (#93941)
Show description for f64557fauthored- authored
Commits on May 18, 2022
bpo-42047: Add native thread ID for DragonFlyBSD (#22714)
Show description for 9a1adf2authored
Commits on May 9, 2022
gh-88750: Remove the PYTHONTHREADDEBUG env var support. (#92509)
Show description for 6ed7c35authored
Commits on Dec 7, 2021
bpo-46008: Move thread-related interpreter state into a sub-struct. (gh-29971)
Show description for 313f92aauthored
Commits on Oct 1, 2021
bpo-41710: Add private _PyDeadline_Get() function (GH-28674)
Show description for 833fdf1authoredbpo-41710: PyThread_acquire_lock_timed() uses sem_clockwait() (GH-28662)
Show description for 1ee0f94authored
Commits on Sep 30, 2021
bpo-41710: PyThread_acquire_lock_timed() clamps the timout (GH-28643)
Show description for 37b8294authoredbpo-41710: Add _PyTime_AsTimespec_clamp() (GH-28629)
Show description for 09796f2authored
Commits on Sep 3, 2021
Commits on Dec 9, 2020
Commits on Jul 15, 2020
Commits on Apr 14, 2020
bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509)
Show description for 81a7be3authoredbpo-40268: Include explicitly pycore_interp.h (GH-19505)
Show description for 4a3fe08authored
Commits on Apr 7, 2020
bpo-40089: Add _at_fork_reinit() method to locks (GH-19195)
Show description for 87255beauthored
Commits on Mar 25, 2020
Commits on Dec 8, 2019
Commits on Sep 10, 2019
bpo-38068: Clean up gettimeofday configure logic. (GH-15775)
Show description for f1c1903authored andcommitted
Commits on Aug 3, 2019
bpo-18049: Define THREAD_STACK_SIZE for AIX to pass default recursion limit test (GH-15081)
Show description for 9670ce7authored andcommitted
Commits on Aug 1, 2019
bpo-18049: Sync thread stack size to main thread size on macOS (GH-14748)
Show description for 1a057baauthored
Commits on Jun 13, 2019
bpo-37077: Add native thread ID (TID) for AIX (GH-13624)
Show description for d0eeb93authored andcommitted
Commits on Jun 12, 2019
- authored andcommitted

Commits on Jun 3, 2019
- authored andcommitted

Commits on May 22, 2019
bpo-36084: Add native thread ID (TID) to threading.Thread (GH-13463)
Show description for b121f63authored andcommitted