[Python-checkins] GH-131296: fix clang-cl warning on Windows in semaphore.c (GH-131595)

2025-03-22 Thread gpshead
https://github.com/python/cpython/commit/bc26f95e8ff60ccca9818ca8522d2d0cde1b55fb commit: bc26f95e8ff60ccca9818ca8522d2d0cde1b55fb branch: main author: Chris Eibl <138194463+chris-e...@users.noreply.github.com> committer: gpshead date: 2025-03-22T15:44:56-07:00 summary: GH-131296: fix clang-cl wa

[Python-checkins] [3.13] gh-131441: Add a set of asserts to test.test_capi.test_list (GH-131442) (#131523)

2025-03-22 Thread sobolevn
https://github.com/python/cpython/commit/d256cfecfab6dead74c560091d2bf4a5cef12852 commit: d256cfecfab6dead74c560091d2bf4a5cef12852 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: sobolevn date: 2025-03-20T19:25:16Z summary: [3.13] gh-131441:

[Python-checkins] gh-131566: Skip `test_tracemalloc_track_race` under TSAN (gh-131567)

2025-03-22 Thread colesbury
https://github.com/python/cpython/commit/18249d938335312d618a3962ec7590bea709d58e commit: 18249d938335312d618a3962ec7590bea709d58e branch: main author: Sam Gross committer: colesbury date: 2025-03-22T11:46:36-04:00 summary: gh-131566: Skip `test_tracemalloc_track_race` under TSAN (gh-131567) Th

[Python-checkins] gh-131457: Fix typo in BNF description of function signatures (#131460)

2025-03-22 Thread sobolevn
https://github.com/python/cpython/commit/8b7d20d3a9dc53344e3803507deafc26b5c09ca8 commit: 8b7d20d3a9dc53344e3803507deafc26b5c09ca8 branch: main author: Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి) committer: sobolevn date: 2025-03-22T10:54:48+03:00 summary: gh-131457: Fix typo in B

[Python-checkins] [3.12] gh-131457: Fix typo in BNF description of function signatures (GH-131460) (#131576)

2025-03-22 Thread sobolevn
https://github.com/python/cpython/commit/b1e238433517ee171d348f780365db030b7b2d2f commit: b1e238433517ee171d348f780365db030b7b2d2f branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: sobolevn date: 2025-03-22T08:01:47Z summary: [3.12] gh-131457:

[Python-checkins] [3.13] gh-131457: Fix typo in BNF description of function signatures (GH-131460) (#131575)

2025-03-22 Thread sobolevn
https://github.com/python/cpython/commit/eedaa4eefb5994207be99c6c9f280a75b4ebf39e commit: eedaa4eefb5994207be99c6c9f280a75b4ebf39e branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: sobolevn date: 2025-03-22T08:00:54Z summary: [3.13] gh-131457:

[Python-checkins] gh-131296: fix clang-cl warning in tracemalloc.c (#131514)

2025-03-22 Thread vstinner
https://github.com/python/cpython/commit/996246994341c91308364f3ed018cf9b7fec9bc8 commit: 996246994341c91308364f3ed018cf9b7fec9bc8 branch: main author: Victor Stinner committer: vstinner date: 2025-03-22T10:38:47+01:00 summary: gh-131296: fix clang-cl warning in tracemalloc.c (#131514) Always s