[Python-checkins] gh-112536: Add TSAN builds on Github Actions (#116872)

2024-03-16 Thread pitrou
https://github.com/python/cpython/commit/20578a1f68c841a264b72b00591b11ab2fa77b43 commit: 20578a1f68c841a264b72b00591b11ab2fa77b43 branch: main author: Donghee Na committer: pitrou date: 2024-03-16T11:10:37+01:00 summary: gh-112536: Add TSAN builds on Github Actions (#116872) files: A .github

[Python-checkins] gh-112536: Add test_threading to TSAN tests (#116898)

2024-03-16 Thread pitrou
https://github.com/python/cpython/commit/86bc40dd414bceb3f93382cc9f670936de9d68be commit: 86bc40dd414bceb3f93382cc9f670936de9d68be branch: main author: Antoine Pitrou committer: pitrou date: 2024-03-16T11:55:46Z summary: gh-112536: Add test_threading to TSAN tests (#116898) files: M Lib/test

[Python-checkins] gh-114271: Fix race in `Thread.join()` (#114839)

2024-03-16 Thread pitrou
https://github.com/python/cpython/commit/33da0e844c922b3dcded75fbb9b7be67cb013a17 commit: 33da0e844c922b3dcded75fbb9b7be67cb013a17 branch: main author: mpage committer: pitrou date: 2024-03-16T13:56:30+01:00 summary: gh-114271: Fix race in `Thread.join()` (#114839) There is a race between when

[Python-checkins] gh-112536: Add more TSAN tests (#116896)

2024-03-16 Thread pitrou
https://github.com/python/cpython/commit/bee7e290cdedb17e06f473a2f318c720ba766852 commit: bee7e290cdedb17e06f473a2f318c720ba766852 branch: main author: Donghee Na committer: pitrou date: 2024-03-16T14:52:44Z summary: gh-112536: Add more TSAN tests (#116896) - Co-authored-by: Antoine

[Python-checkins] GH-112536: Add more TSan tests (#116911)

2024-03-17 Thread pitrou
https://github.com/python/cpython/commit/b8d808ddd77f84de9f93adcc2aede2879eb5241e commit: b8d808ddd77f84de9f93adcc2aede2879eb5241e branch: main author: Antoine Pitrou committer: pitrou date: 2024-03-17T09:47:14+01:00 summary: GH-112536: Add more TSan tests (#116911) These may all exercise some

[Python-checkins] [3.12] gh-112536: Add support for thread sanitizer (TSAN) (gh-112648) (#116924)

2024-03-17 Thread pitrou
https://github.com/python/cpython/commit/2ac1b48a044429d7a290310348b53a87b9f2033a commit: 2ac1b48a044429d7a290310348b53a87b9f2033a branch: 3.12 author: Antoine Pitrou committer: pitrou date: 2024-03-17T16:33:35+01:00 summary: [3.12] gh-112536: Add support for thread sanitizer (TSAN) (gh-112648

[Python-checkins] [3.12] gh-112536: Add --tsan test for reasonable TSAN execution times. (gh-116601) (#116929)

2024-03-18 Thread pitrou
https://github.com/python/cpython/commit/fcb230180faff828aa67ca2ee1aa94fc522e6daa commit: fcb230180faff828aa67ca2ee1aa94fc522e6daa branch: 3.12 author: Antoine Pitrou committer: pitrou date: 2024-03-18T10:22:19+01:00 summary: [3.12] gh-112536: Add --tsan test for reasonable TSAN execution times

[Python-checkins] [3.12] gh-112536: Add TSAN build on Github Actions (GH-116872)

2024-03-18 Thread pitrou
https://github.com/python/cpython/commit/25243b1461e524560639ebe54bab9b689b6cc31e commit: 25243b1461e524560639ebe54bab9b689b6cc31e branch: 3.12 author: Antoine Pitrou committer: pitrou date: 2024-03-18T09:52:54Z summary: [3.12] gh-112536: Add TSAN build on Github Actions (GH-116872) (cherry

[Python-checkins] gh-125541: Make Ctrl-C interrupt `threading.Lock.acquire()` on Windows (#125546)

2024-10-17 Thread pitrou
https://github.com/python/cpython/commit/d8c864816121547338efa43c56e3f75ead98a924 commit: d8c864816121547338efa43c56e3f75ead98a924 branch: main author: Sam Gross committer: pitrou date: 2024-10-17T20:10:55+02:00 summary: gh-125541: Make Ctrl-C interrupt `threading.Lock.acquire()` on Windows

[Python-checkins] gh-130115: fix thread identifiers for 32-bit musl (#130391)

2025-04-04 Thread pitrou
https://github.com/python/cpython/commit/72123063ddee84bb2c9d591a23f420997e35af5a commit: 72123063ddee84bb2c9d591a23f420997e35af5a branch: main author: Vincent Fazio committer: pitrou date: 2025-04-04T16:31:37+02:00 summary: gh-130115: fix thread identifiers for 32-bit musl (#130391) CPython&#

[Python-checkins] [3.13] gh-130115: fix thread identifiers for 32-bit musl (GH-130391) (GH-132089)

2025-04-04 Thread pitrou
https://github.com/python/cpython/commit/240c200ccef9ad31dea3977d70d3ab4177a1212d commit: 240c200ccef9ad31dea3977d70d3ab4177a1212d branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: pitrou date: 2025-04-04T22:57:35+02:00 summary: [3.