[Python-checkins] gh-142517: Fix typo in news item. (#143150)

2025-12-24 Thread bitdancer
https://github.com/python/cpython/commit/7342890ed710abaea09fdc011723cbba0ca9ad24 commit: 7342890ed710abaea09fdc011723cbba0ca9ad24 branch: main author: R. David Murray committer: bitdancer date: 2025-12-24T13:14:23-05:00 summary: gh-142517: Fix typo in news item. (#143150) files: M Misc/NEWS.d/

[Python-checkins] [3.14] Move News for gh-142560 to Core and Builtins (GH-143154) (GH-143155)

2025-12-24 Thread serhiy-storchaka
https://github.com/python/cpython/commit/bac24eed2a9c91b415954d1b0b2f88bc60b45964 commit: bac24eed2a9c91b415954d1b0b2f88bc60b45964 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-12-24T21:33:12+02:00 summary: [3.1

[Python-checkins] gh-143092: Make CALL_LIST_APPEND and BINARY_OP_INPLACE_ADD_UNICODE normal instructions (GH-143124)

2025-12-24 Thread Fidget-Spinner
https://github.com/python/cpython/commit/cf6758ff9ebd6df8ac2a87755cdbad674c49c9cb commit: cf6758ff9ebd6df8ac2a87755cdbad674c49c9cb branch: main author: Ken Jin committer: Fidget-Spinner date: 2025-12-24T22:03:00Z summary: gh-143092: Make CALL_LIST_APPEND and BINARY_OP_INPLACE_ADD_UNICODE normal

[Python-checkins] gh-138122: Extend binary profiling format with full source location and opcode (#143088)

2025-12-24 Thread pablogsal
https://github.com/python/cpython/commit/7c44f37170cf87a898a8b3ff008c845b8e780c3d commit: 7c44f37170cf87a898a8b3ff008c845b8e780c3d branch: main author: Pablo Galindo Salgado committer: pablogsal date: 2025-12-24T16:15:11Z summary: gh-138122: Extend binary profiling format with full source locati

[Python-checkins] gh-143121: Skip test that leak threads under TSan (gh-143125)

2025-12-24 Thread colesbury
https://github.com/python/cpython/commit/4ee6929d606fa7b976eba229de24219f0edac3d7 commit: 4ee6929d606fa7b976eba229de24219f0edac3d7 branch: main author: Sam Gross committer: colesbury date: 2025-12-24T08:02:02-05:00 summary: gh-143121: Skip test that leak threads under TSan (gh-143125) files: M

[Python-checkins] gh-143100: Fix memcpy data race in setobject.c (gh-143127)

2025-12-24 Thread colesbury
https://github.com/python/cpython/commit/e8e044eda343b4b3dd7a7e532c88c2c97242000d commit: e8e044eda343b4b3dd7a7e532c88c2c97242000d branch: main author: Sam Gross committer: colesbury date: 2025-12-24T08:02:19-05:00 summary: gh-143100: Fix memcpy data race in setobject.c (gh-143127) files: M Obj

[Python-checkins] gh-142145: Avoid timing measurements in quadratic behavior test (gh-143105)

2025-12-24 Thread colesbury
https://github.com/python/cpython/commit/57937a8e5e293f0dcba5115f7b7a11b1e0c9a273 commit: 57937a8e5e293f0dcba5115f7b7a11b1e0c9a273 branch: main author: Sam Gross committer: colesbury date: 2025-12-24T08:01:45-05:00 summary: gh-142145: Avoid timing measurements in quadratic behavior test (gh-1431

[Python-checkins] [3.13] gh-142145: Avoid timing measurements in quadratic behavior test (gh-143105) (#143140)

2025-12-24 Thread colesbury
https://github.com/python/cpython/commit/e91c11449cad34bac3ea55ee09ca557691d92b53 commit: e91c11449cad34bac3ea55ee09ca557691d92b53 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2025-12-24T13:26:07Z summary: [3.13] gh-142145

[Python-checkins] [3.13] gh-143121: Skip test that leak threads under TSan (gh-143125) (#143142)

2025-12-24 Thread colesbury
https://github.com/python/cpython/commit/86504f26bd7a7fa3b5157d20c3212b740910d07e commit: 86504f26bd7a7fa3b5157d20c3212b740910d07e branch: 3.13 author: Sam Gross committer: colesbury date: 2025-12-24T13:29:13Z summary: [3.13] gh-143121: Skip test that leak threads under TSan (gh-143125) (#143142

[Python-checkins] [3.14] gh-142145: Avoid timing measurements in quadratic behavior test (gh-143105) (#143139)

2025-12-24 Thread colesbury
https://github.com/python/cpython/commit/41f468786762348960486c166833a218a0a436af commit: 41f468786762348960486c166833a218a0a436af branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2025-12-24T13:25:43Z summary: [3.14] gh-142145

[Python-checkins] [3.14] gh-143121: Skip test that leak threads under TSan (gh-143125) (#143141)

2025-12-24 Thread colesbury
https://github.com/python/cpython/commit/b921374c78db9bef15057a937f12083a714a47f2 commit: b921374c78db9bef15057a937f12083a714a47f2 branch: 3.14 author: Sam Gross committer: colesbury date: 2025-12-24T13:31:05Z summary: [3.14] gh-143121: Skip test that leak threads under TSan (gh-143125) (#143141

[Python-checkins] gh-138122: Replace --interval with --sampling-rate (#143085)

2025-12-24 Thread pablogsal
https://github.com/python/cpython/commit/d4dc3dd9aab6e860ea29e3bd133147a3f795cf60 commit: d4dc3dd9aab6e860ea29e3bd133147a3f795cf60 branch: main author: László Kiss Kollár committer: pablogsal date: 2025-12-24T13:46:33Z summary: gh-138122: Replace --interval with --sampling-rate (#143085) files:

[Python-checkins] Correctly fold unknown-8bit originating from encoded words. (#142517)

2025-12-24 Thread bitdancer
https://github.com/python/cpython/commit/1e17ccd030a2285ad53db5952360fffa33a8a877 commit: 1e17ccd030a2285ad53db5952360fffa33a8a877 branch: main author: R. David Murray committer: bitdancer date: 2025-12-24T09:14:39-05:00 summary: Correctly fold unknown-8bit originating from encoded words. (#1425

[Python-checkins] gh-140717: Add `exc_text` to LogRecord attributes table (GH-140718)

2025-12-24 Thread vsajip
https://github.com/python/cpython/commit/84b7e6970f4252ec6b82f50997e880662ec0a146 commit: 84b7e6970f4252ec6b82f50997e880662ec0a146 branch: main author: Tom Kuson committer: vsajip date: 2025-12-24T17:30:20Z summary: gh-140717: Add `exc_text` to LogRecord attributes table (GH-140718) files: M Do

[Python-checkins] gh-143135: Fix sys.flags.inspect when PYTHONINSPECT=0 (GH-143136)

2025-12-24 Thread serhiy-storchaka
https://github.com/python/cpython/commit/3509fa5a12855805f0c6d7f8a6a3b162744a8fd4 commit: 3509fa5a12855805f0c6d7f8a6a3b162744a8fd4 branch: main author: Stan Ulbrych <[email protected]> committer: serhiy-storchaka date: 2025-12-24T19:56:59+02:00 summary: gh-143135:

[Python-checkins] JIT: Move executor to a register (#143072)

2025-12-24 Thread diegorusso
https://github.com/python/cpython/commit/fc2f0fea6bdcaa8940adee52ff10aab71036b985 commit: fc2f0fea6bdcaa8940adee52ff10aab71036b985 branch: main author: Diego Russo committer: diegorusso date: 2025-12-24T09:44:16Z summary: JIT: Move executor to a register (#143072) files: M Include/internal/pyco

[Python-checkins] gh-136186: Fix flaky tests in test_external_inspection (#143110)

2025-12-24 Thread pablogsal
https://github.com/python/cpython/commit/9af7a20caeb2912a05dd0fa07bbb4bfe7fb874e4 commit: 9af7a20caeb2912a05dd0fa07bbb4bfe7fb874e4 branch: main author: Pablo Galindo Salgado committer: pablogsal date: 2025-12-24T12:38:17Z summary: gh-136186: Fix flaky tests in test_external_inspection (#143110)

[Python-checkins] [3.13] Correctly fold unknown-8bit originating from encoded words. (GH-142517) (#143147)

2025-12-24 Thread bitdancer
https://github.com/python/cpython/commit/88025560aa2c275b811907ef21e9cb7e09cdcdca commit: 88025560aa2c275b811907ef21e9cb7e09cdcdca branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: bitdancer date: 2025-12-24T13:19:28-05:00 summary: [3.13] Corr

[Python-checkins] [3.14] Correctly fold unknown-8bit originating from encoded words. (GH-142517) (#143146)

2025-12-24 Thread bitdancer
https://github.com/python/cpython/commit/68098110367bf23fc03cd4a5813c266bd234e6f7 commit: 68098110367bf23fc03cd4a5813c266bd234e6f7 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: bitdancer date: 2025-12-24T13:20:05-05:00 summary: [3.14] Corr

[Python-checkins] [3.13] gh-142560: prevent use-after-free in search-like methods by exporting buffer in bytearray (GH-142938) (GH-142986)

2025-12-24 Thread serhiy-storchaka
https://github.com/python/cpython/commit/a9e068f0be93f197818f9722e0add7ab37a3c620 commit: a9e068f0be93f197818f9722e0add7ab37a3c620 branch: 3.13 author: Cody Maloney committer: serhiy-storchaka date: 2025-12-24T19:13:47Z summary: [3.13] gh-142560: prevent use-after-free in search-like methods by

[Python-checkins] Move News for gh-142560 to Core and Builtins (GH-143154)

2025-12-24 Thread serhiy-storchaka
https://github.com/python/cpython/commit/305aff0a66ad86274a58d5a5aae445713a4c4cca commit: 305aff0a66ad86274a58d5a5aae445713a4c4cca branch: main author: Cody Maloney committer: serhiy-storchaka date: 2025-12-24T21:03:10+02:00 summary: Move News for gh-142560 to Core and Builtins (GH-143154) file

[Python-checkins] [3.14] gh-143135: Fix sys.flags.inspect when PYTHONINSPECT=0 (GH-143136) (GH-143153)

2025-12-24 Thread serhiy-storchaka
https://github.com/python/cpython/commit/73c40bb8ba69688f66415f869e521d446bbc1526 commit: 73c40bb8ba69688f66415f869e521d446bbc1526 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-12-24T18:23:41Z summary: [3.14] gh

[Python-checkins] gh-120321: Fix TSan reported races on gi_frame_state (gh-143128)

2025-12-24 Thread colesbury
https://github.com/python/cpython/commit/594a4631c3afd4139b6783f15034a92878c8eff1 commit: 594a4631c3afd4139b6783f15034a92878c8eff1 branch: main author: Sam Gross committer: colesbury date: 2025-12-24T16:10:43-05:00 summary: gh-120321: Fix TSan reported races on gi_frame_state (gh-143128) files: