Commits
User selector
Commit History
Commits on Aug 19, 2022
gh-96125: Fix sys.thread_info.name on pthread platforms (GH-96126)
Show description for 822955cauthored
Commits on Jul 27, 2022
gh-95174: Add pthread stubs for WASI (GH-95234)
Show description for 0fe645dandauthored
Commits on Jul 25, 2022
gh-94673: Add _PyStaticType_InitBuiltin() (#95152)
Show description for 4a1dd73authored
Commits on May 9, 2022
gh-88750: Remove the PYTHONTHREADDEBUG env var support. (#92509)
Show description for 6ed7c35authored
Commits on Feb 7, 2022
Commits on Jan 21, 2022
bpo-46417: _curses uses PyStructSequence_NewType() (GH-30736)
Show description for 1781d55authoredbpo-46417: Finalize structseq types at exit (GH-30645)
Show description for e9e3eabauthored
Commits on Dec 7, 2021
bpo-46008: Move thread-related interpreter state into a sub-struct. (gh-29971)
Show description for 313f92aauthored
Commits on Aug 6, 2021
bpo-44584: Deprecate PYTHONTHREADDEBUG env var (GH-27065)
Show description for 4d77691authored
Commits on Apr 15, 2020
bpo-40268: Remove explicit pythread.h includes (#19529)
Show description for 62183b8authored
Commits on Apr 14, 2020
- authored
bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509)
Show description for 81a7be3authored
Commits on Mar 13, 2020
bpo-39947: Use _PyInterpreterState_GET_UNSAFE() (GH-18978)
Show description for ff4584cauthored
Commits on Sep 11, 2019
bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895)
Show description for 7117074authored andcommitted
Commits on Nov 12, 2018
bpo-35081: Rename internal headers (GH-10275)
Show description for 621cebeauthored
Commits on Oct 31, 2018
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Show description for 27e2d1fauthored
Commits on Aug 3, 2018
bpo-34301: Add _PyInterpreterState_Get() helper function (GH-8592)
Show description for caba55bauthored
Commits on Dec 12, 2017
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 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
Commits on Jul 3, 2017
bpo-30832: Remove own implementation for thread-local storage (#2537)
Show description for aa0aa04authored andcommitted
Commits on May 28, 2017
Doc nits for bpo-16500 (#1841)
Show description for f7ecfacauthored
Commits on May 5, 2017
bpo-30279: Remove unused Python/thread_foobar.h (#1473)
Show description for fdaeea6authored andcommitted
Commits on Mar 23, 2017
bpo-6532: Make the thread id an unsigned integer. (#781)
Show description for aefa7ebauthored andcommitted
Commits on Nov 2, 2015
- committed
Issue #25523: Correct "a" article to "an" article
Show description for 7462b64committed
Commits on Dec 1, 2014
Commits on Aug 15, 2014
Issue #22156: Fix "comparison between signed and unsigned integers" compiler
Show description for 98ea54ccommitted
Commits on Dec 13, 2013
Issue #19787: PyThread_set_key_value() now always set the value
Show description for 590cebecommittedBackout changeset 46393019b650
Show description for 441adb8committedClose #19787: PyThread_set_key_value() now always set the value. In Python 3.3,
Show description for cd0cb8ccommitted
Commits on Jul 22, 2013
Issue #18520: Add a new PyStructSequence_InitType2() function, same than
Show description for 1c8f059committed