Commits
User selector
Commit History
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
Commits on May 21, 2019
Revert "bpo-36084: Add native thread ID to threading.Thread objects (GH-11993)" (GH-13458)
Show description for d12e757authored
Commits on May 12, 2019
- authored andcommitted
Commits on May 6, 2019
bpo-36594: Fix incorrect use of %p in format strings (GH-12769)
Show description for 1a2252eauthored andcommitted
Commits on May 4, 2019
Commits on Feb 20, 2019
Commits on Nov 30, 2018
bpo-33015: Fix UB in pthread PyThread_start_new_thread (GH-6008)
Show description for 9eea6eaauthored andcommitted
Commits on Nov 1, 2018
bpo-35081: Add _PyThreadState_GET() internal macro (GH-10266)
Show description for 50b4857authored
Commits on Jan 22, 2018
bpo-32593: Drop FreeBSD 9 and older support (#5232)
Show description for 13ff245authored
Commits on Nov 8, 2017
Replace KB unit with KiB (#4293)
Show description for 8c663fdauthored
Commits on Oct 24, 2017
bpo-30768: Recompute timeout on interrupted lock (GH-4103)
Show description for 850a18eauthored
Commits on Oct 6, 2017
bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362)
Show description for 731e189authored andcommitted
Commits on Sep 29, 2017
Commits on Sep 8, 2017
bpo-30860: Consolidate stateful runtime globals. (#3397)
Show description for 2ebc5ceauthored
Commits on Sep 6, 2017
Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)
Show description for 05351c1authoredbpo-30860: Consolidate stateful runtime globals. (#2594)
Show description for 76d5abcauthored