[Python-checkins] [3.13] Free arena on _PyCompile_AstOptimize failure in Py_CompileStringObject (GH-128006)

2024-12-16 Thread berkerpeksag
https://github.com/python/cpython/commit/367ea893847439502e155708539917bf655beb40 commit: 367ea893847439502e155708539917bf655beb40 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: berkerpeksag date: 2024-12-16T23:26:39+02:00 summary: [3.13] F

[Python-checkins] Free arena on _PyCompile_AstOptimize failure in Py_CompileStringObject (GH-127910)

2024-12-16 Thread berkerpeksag
https://github.com/python/cpython/commit/cfeaa992ba9bad9be2687afcafd85156703d74e8 commit: cfeaa992ba9bad9be2687afcafd85156703d74e8 branch: main author: Berker Peksag committer: berkerpeksag date: 2024-12-16T22:59:36+02:00 summary: Free arena on _PyCompile_AstOptimize failure in Py_CompileStringO

[Python-checkins] gh-126907: make `atexit` thread safe in free-threading (#127935)

2024-12-16 Thread kumaraditya303
https://github.com/python/cpython/commit/3b766824fe59030100964752be0556084d4461af commit: 3b766824fe59030100964752be0556084d4461af branch: main author: Peter Bierma committer: kumaraditya303 date: 2024-12-16T19:31:44Z summary: gh-126907: make `atexit` thread safe in free-threading (#127935) Co

[Python-checkins] gh-127085: fix some data races in memoryview in free-threading (#127412)

2024-12-16 Thread kumaraditya303
https://github.com/python/cpython/commit/4937ba54c0ff7cc4a83d7345d398b804365af2d6 commit: 4937ba54c0ff7cc4a83d7345d398b804365af2d6 branch: main author: Edward Xu committer: kumaraditya303 date: 2024-12-17T00:42:19+05:30 summary: gh-127085: fix some data races in memoryview in free-threading (#12

[Python-checkins] Revert "gh-127586: properly restore blocked signals in resource_tracker.py (GH-127587)" (#127983)

2024-12-16 Thread hugovk
https://github.com/python/cpython/commit/1d276ec6f8403590a6a1a18c560ce75b9221572b commit: 1d276ec6f8403590a6a1a18c560ce75b9221572b branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-12-16T20:18:02+0

[Python-checkins] [3.13] Minor readability improvements for the itertools recipes (gh-127928) (gh-127999)

2024-12-16 Thread rhettinger
https://github.com/python/cpython/commit/71a1e79134d8716bdd5729179ca69cbc219feb94 commit: 71a1e79134d8716bdd5729179ca69cbc219feb94 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: rhettinger date: 2024-12-16T17:33:20Z summary: [3.13] Minor re

[Python-checkins] [3.13] Simplify and speed-up an itertools recipe (gh-127848) (gh-127998)

2024-12-16 Thread rhettinger
https://github.com/python/cpython/commit/28e684b330120e8bac7608ae798937ad806ff542 commit: 28e684b330120e8bac7608ae798937ad806ff542 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: rhettinger date: 2024-12-16T11:26:58-06:00 summary: [3.13] Sim

[Python-checkins] [3.13] Fix typo in itertools docs (gh-127995) (gh-127996)

2024-12-16 Thread rhettinger
https://github.com/python/cpython/commit/231c93923d7c13ef5238b8391aaa39adb95e8e77 commit: 231c93923d7c13ef5238b8391aaa39adb95e8e77 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: rhettinger date: 2024-12-16T11:20:14-06:00 summary: [3.13] Fix

[Python-checkins] [3.12] Fix typo in itertools docs (gh-127995) (gh-127997)

2024-12-16 Thread rhettinger
https://github.com/python/cpython/commit/073b52bc53376489be9a3c2c86769a2b020d4a8b commit: 073b52bc53376489be9a3c2c86769a2b020d4a8b branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: rhettinger date: 2024-12-16T11:18:15-06:00 summary: [3.12] Fix

[Python-checkins] [3.13] gh-127906: Fix Py_BUILD_ASSERT_EXPR() on Windows (#127994)

2024-12-16 Thread vstinner
https://github.com/python/cpython/commit/8e143b2886c7ccef1b18c10d28d16b2358dd6636 commit: 8e143b2886c7ccef1b18c10d28d16b2358dd6636 branch: 3.13 author: Victor Stinner committer: vstinner date: 2024-12-16T17:17:01Z summary: [3.13] gh-127906: Fix Py_BUILD_ASSERT_EXPR() on Windows (#127994) gh-127

[Python-checkins] [3.12] gh-127906: Skip limited C API test_cext tests if Py_TRACE_REFS (#127993)

2024-12-16 Thread vstinner
https://github.com/python/cpython/commit/b1cc62ae0f709f5d4f68f12e084d1b452bfff4ce commit: b1cc62ae0f709f5d4f68f12e084d1b452bfff4ce branch: 3.12 author: Victor Stinner committer: vstinner date: 2024-12-16T18:15:17+01:00 summary: [3.12] gh-127906: Skip limited C API test_cext tests if Py_TRACE_REF

[Python-checkins] Fix typo in itertools docs (gh-127995)

2024-12-16 Thread rhettinger
https://github.com/python/cpython/commit/e4981e33b82ac14cca0f2d9b95257301fa201810 commit: e4981e33b82ac14cca0f2d9b95257301fa201810 branch: main author: Gugubo <[email protected]> committer: rhettinger date: 2024-12-16T11:08:25-06:00 summary: Fix typo in itertools docs (gh-1

[Python-checkins] gh-127864: Fix compiler warning (-Wstringop-truncation) (GH-127878)

2024-12-16 Thread colesbury
https://github.com/python/cpython/commit/081673801e3d47d931d2e2b6a4a1515e1207d938 commit: 081673801e3d47d931d2e2b6a4a1515e1207d938 branch: main author: Tomas R. committer: colesbury date: 2024-12-16T11:57:18-05:00 summary: gh-127864: Fix compiler warning (-Wstringop-truncation) (GH-127878) file

[Python-checkins] [3.12] gh-127257: ssl: Raise OSError for ERR_LIB_SYS (GH-127361) (GH-127905)

2024-12-16 Thread encukou
https://github.com/python/cpython/commit/7f707fa6c67d0bfa9bbc1a9f344b932789659397 commit: 7f707fa6c67d0bfa9bbc1a9f344b932789659397 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2024-12-16T15:43:57+01:00 summary: [3.12] gh-127

[Python-checkins] gh-127896: Add missing documentation of `PySequence_In` (GH-127979)

2024-12-16 Thread encukou
https://github.com/python/cpython/commit/52d552cda7614c7aa9f08b680089c630587e747f commit: 52d552cda7614c7aa9f08b680089c630587e747f branch: main author: Yuki Kobayashi committer: encukou date: 2024-12-16T14:56:04+01:00 summary: gh-127896: Add missing documentation of `PySequence_In` (GH-127979)

[Python-checkins] gh-111178: fix UBSan failures in `_elementtree.c` (#127982)

2024-12-16 Thread vstinner
https://github.com/python/cpython/commit/0d8e7106c260e96c4604f501165bd106bff51f6b commit: 0d8e7106c260e96c4604f501165bd106bff51f6b branch: main author: Bénédikt Tran <[email protected]> committer: vstinner date: 2024-12-16T14:40:26+01:00 summary: gh-78: fix UBSan failu