[Python-checkins] gh-143004: Fix possible use-after-free in collections.Counter.update() (GH-143044)

2025-12-25 Thread serhiy-storchaka
https://github.com/python/cpython/commit/86d904588e8c84c7fccb8faf84b343f03461970d commit: 86d904588e8c84c7fccb8faf84b343f03461970d branch: main author: kaushal trivedi <[email protected]> committer: serhiy-storchaka date: 2025-12-25T09:13:39Z summary: gh-143004: Fix

[Python-checkins] [3.14] gh-143004: Fix possible use-after-free in collections.Counter.update() (GH-143044) (GH-143166)

2025-12-25 Thread serhiy-storchaka
https://github.com/python/cpython/commit/240ee207708e4103e4a9f459ff9bf285511e43cc commit: 240ee207708e4103e4a9f459ff9bf285511e43cc branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-12-25T13:41:10+02:00 summary: [3.1

[Python-checkins] [3.13] gh-143004: Fix possible use-after-free in collections.Counter.update() (GH-143044) (GH-143167)

2025-12-25 Thread serhiy-storchaka
https://github.com/python/cpython/commit/4dd9d94619be5c2795ec849f1edb810c0c048f79 commit: 4dd9d94619be5c2795ec849f1edb810c0c048f79 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-12-25T13:41:24+02:00 summary: [3.1

[Python-checkins] [3.14] gh-143164: Fix incorrect error message for ctypes bitfield overflow (GH-143165) (GH-143176)

2025-12-25 Thread serhiy-storchaka
https://github.com/python/cpython/commit/723ed8c507860334eff4b9bad8dde8dddb604dcf commit: 723ed8c507860334eff4b9bad8dde8dddb604dcf branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-12-25T17:34:02Z summary: [3.14] gh

[Python-checkins] gh-138122: Convert GIL/GC/exception stats from tiles to progress bars (#143177)

2025-12-25 Thread pablogsal
https://github.com/python/cpython/commit/59ede34c8c4b45d8ede5416e34d88db172fbea75 commit: 59ede34c8c4b45d8ede5416e34d88db172fbea75 branch: main author: ivonastojanovic <[email protected]> committer: pablogsal date: 2025-12-25T18:22:54Z summary: gh-138122: Convert G

[Python-checkins] gh-142927: Tachyon: Fix contrast ratio in top panel (#142936)

2025-12-25 Thread pablogsal
https://github.com/python/cpython/commit/ea3fd785cbbc422188833358fbc7ff162d8401f2 commit: ea3fd785cbbc422188833358fbc7ff162d8401f2 branch: main author: Hugo van Kemenade <[email protected]> committer: pablogsal date: 2025-12-25T18:28:13Z summary: gh-142927: Tachyon: Fix cont

[Python-checkins] gh-143103: Added pad parameter to base64.z85encode() (GH-143106)

2025-12-25 Thread serhiy-storchaka
https://github.com/python/cpython/commit/8d46f961c30b795357df9a8cde479742562d8fc5 commit: 8d46f961c30b795357df9a8cde479742562d8fc5 branch: main author: Hauke D committer: serhiy-storchaka date: 2025-12-25T13:34:44+02:00 summary: gh-143103: Added pad parameter to base64.z85encode() (GH-143106) T

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

2025-12-25 Thread vsajip
https://github.com/python/cpython/commit/02282e5479b49743fed2cb1e405369430edc4d6a commit: 02282e5479b49743fed2cb1e405369430edc4d6a branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2025-12-25T12:41:42Z summary: [3.14] gh-140717: A

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

2025-12-25 Thread vsajip
https://github.com/python/cpython/commit/80f7d493bfd52a2d81ce01456857868ccea96f72 commit: 80f7d493bfd52a2d81ce01456857868ccea96f72 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2025-12-25T12:41:24Z summary: [3.13] gh-140717: A

[Python-checkins] gh-142975: During GC, mark frozen objects with a merged zero refcount for destruction (GH-143156)

2025-12-25 Thread ZeroIntensity
https://github.com/python/cpython/commit/8611f74e089d9ac9de84dd42be9d251db27889aa commit: 8611f74e089d9ac9de84dd42be9d251db27889aa branch: main author: Peter Bierma committer: ZeroIntensity date: 2025-12-25T16:31:41Z summary: gh-142975: During GC, mark frozen objects with a merged zero refcount

[Python-checkins] [3.14] gh-142975: During GC, mark frozen objects with a merged zero refcount for destruction (GH-143156) (GH-143175)

2025-12-25 Thread ZeroIntensity
https://github.com/python/cpython/commit/8a61b71eeef01b6024dccf6705cdfaa4c6c2edaf commit: 8a61b71eeef01b6024dccf6705cdfaa4c6c2edaf branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-12-25T12:00:42-05:00 summary: [3.14]

[Python-checkins] gh-143164: Fix incorrect error message for ctypes bitfield overflow (GH-143165)

2025-12-25 Thread serhiy-storchaka
https://github.com/python/cpython/commit/b9a48064306229287d7211e9510f578065e457fc commit: b9a48064306229287d7211e9510f578065e457fc branch: main author: Yongtao Huang committer: serhiy-storchaka date: 2025-12-25T19:08:43+02:00 summary: gh-143164: Fix incorrect error message for ctypes bitfield ov

[Python-checkins] [3.13] gh-143145: Fix possible reference leak in ctypes _build_result() (GH-143131) (GH-143170)

2025-12-25 Thread serhiy-storchaka
https://github.com/python/cpython/commit/5624bf9758246cea3d40b3be70013f7d4411874d commit: 5624bf9758246cea3d40b3be70013f7d4411874d branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-12-25T19:09:39+02:00 summary: [3.1

[Python-checkins] [3.14] gh-143145: Fix possible reference leak in ctypes _build_result() (GH-143131) (GH-143169)

2025-12-25 Thread serhiy-storchaka
https://github.com/python/cpython/commit/88a4d0d34b7dc67f3daea57898c281439dce085d commit: 88a4d0d34b7dc67f3daea57898c281439dce085d branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-12-25T19:09:53+02:00 summary: [3.1

[Python-checkins] gh-143145: Fix possible reference leak in ctypes _build_result() (GH-143131)

2025-12-25 Thread serhiy-storchaka
https://github.com/python/cpython/commit/579c5b496b467a2b175cb30caa4f6873cb13c9a1 commit: 579c5b496b467a2b175cb30caa4f6873cb13c9a1 branch: main author: Yongtao Huang committer: serhiy-storchaka date: 2025-12-25T14:24:25Z summary: gh-143145: Fix possible reference leak in ctypes _build_result() (

[Python-checkins] gh-138122: Remove default duration for statistical profiling (#143174)

2025-12-25 Thread pablogsal
https://github.com/python/cpython/commit/888d101445c72c7cf23923e99ed567732f42fb79 commit: 888d101445c72c7cf23923e99ed567732f42fb79 branch: main author: László Kiss Kollár committer: pablogsal date: 2025-12-25T19:21:16Z summary: gh-138122: Remove default duration for statistical profiling (#14317

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

2025-12-25 Thread serhiy-storchaka
https://github.com/python/cpython/commit/e132893cc710bbf1646ef8b33621ce9030e2d0ad commit: e132893cc710bbf1646ef8b33621ce9030e2d0ad branch: 3.13 author: Stan Ulbrych <[email protected]> committer: serhiy-storchaka date: 2025-12-25T12:57:20+02:00 summary: [3.13] gh-1