[Python-checkins] gh-130932: Fix incorrect exception handling in _PyModule_IsPossiblyShadowing (#130934)

2025-03-06 Thread hauntsaninja
https://github.com/python/cpython/commit/0a9ae5ed48e6ea078f67ba03635c1c26209b5def commit: 0a9ae5ed48e6ea078f67ba03635c1c26209b5def branch: main author: Shantanu <12621235+hauntsani...@users.noreply.github.com> committer: hauntsaninja <12621235+hauntsani...@users.noreply.github.com> date: 2025-03-06

[Python-checkins] gh-118331: Fix `test_list.ListTest.test_no_memory` under trace refs build (#130921)

2025-03-06 Thread mpage
https://github.com/python/cpython/commit/6c6600f6831aec15b2acbd7a9bb9c275bd5f4a32 commit: 6c6600f6831aec15b2acbd7a9bb9c275bd5f4a32 branch: main author: mpage committer: mpage date: 2025-03-06T12:11:50-08:00 summary: gh-118331: Fix `test_list.ListTest.test_no_memory` under trace refs build (#130

[Python-checkins] gettext: Remove outdated "TODO" comment (#130890)

2025-03-06 Thread hauntsaninja
https://github.com/python/cpython/commit/a385add4015c431534e29cd3cfcc5763a62ef048 commit: a385add4015c431534e29cd3cfcc5763a62ef048 branch: main author: Stan Ulbrych <89152624+stanfromirel...@users.noreply.github.com> committer: hauntsaninja <12621235+hauntsani...@users.noreply.github.com> date: 202

[Python-checkins] gh-130920: Fix data race in STORE_SUBSCR_LIST_INT (#130923)

2025-03-06 Thread colesbury
https://github.com/python/cpython/commit/a025f27d94afe732be2e9e6f05b9007d04f983a8 commit: a025f27d94afe732be2e9e6f05b9007d04f983a8 branch: main author: Sam Gross committer: colesbury date: 2025-03-06T15:59:48-05:00 summary: gh-130920: Fix data race in STORE_SUBSCR_LIST_INT (#130923) The write o

[Python-checkins] [3.13] gh-128364: Fix flaky `test_concurrent_futures.test_wait` tests (gh-130742) (#130922)

2025-03-06 Thread colesbury
https://github.com/python/cpython/commit/0c088e44428d74d701fe1fc80a4cb4fe124c43f0 commit: 0c088e44428d74d701fe1fc80a4cb4fe124c43f0 branch: 3.13 author: Sam Gross committer: colesbury date: 2025-03-06T13:49:03-05:00 summary: [3.13] gh-128364: Fix flaky `test_concurrent_futures.test_wait` tests (

[Python-checkins] gh-124878: Fix race conditions during interpreter finalization (#130649)

2025-03-06 Thread colesbury
https://github.com/python/cpython/commit/052cb717f5f97d08d2074f4118fd2c21224d3015 commit: 052cb717f5f97d08d2074f4118fd2c21224d3015 branch: main author: Sam Gross committer: colesbury date: 2025-03-06T10:38:34-05:00 summary: gh-124878: Fix race conditions during interpreter finalization (#130649)

[Python-checkins] gh-127647: Add typing.Reader and Writer protocols (#127648)

2025-03-06 Thread JelleZijlstra
https://github.com/python/cpython/commit/c6dd2348ca61436fc1444ecc0343cb24932f6fa7 commit: c6dd2348ca61436fc1444ecc0343cb24932f6fa7 branch: main author: Sebastian Rittau committer: JelleZijlstra date: 2025-03-06T07:36:19-08:00 summary: gh-127647: Add typing.Reader and Writer protocols (#127648)

[Python-checkins] gh-128563: Clarify wording in Whats new for Tail call (#130911)

2025-03-06 Thread Fidget-Spinner
https://github.com/python/cpython/commit/9c691500f9412ecd8f6221c20984dc7a55a8a9e8 commit: 9c691500f9412ecd8f6221c20984dc7a55a8a9e8 branch: main author: Ken Jin committer: Fidget-Spinner date: 2025-03-06T13:38:05Z summary: gh-128563: Clarify wording in Whats new for Tail call (#130911) Clarify w

[Python-checkins] gh-130860: Fix width calculation, when separators in fractional part (GH-130865)

2025-03-06 Thread serhiy-storchaka
https://github.com/python/cpython/commit/2352bd418a7a0c38f8ea135bd1879937d90ecce1 commit: 2352bd418a7a0c38f8ea135bd1879937d90ecce1 branch: main author: Sergey B Kirpichev committer: serhiy-storchaka date: 2025-03-06T14:26:29+02:00 summary: gh-130860: Fix width calculation, when separators in fra

[Python-checkins] GH-130903: typo in optimizer DSL for _GUARD_BOTH_UNICODE (#130904)

2025-03-06 Thread vstinner
https://github.com/python/cpython/commit/10cdd7f91ff45737e409a2e2c58fd8a9aa7c5a16 commit: 10cdd7f91ff45737e409a2e2c58fd8a9aa7c5a16 branch: main author: Jamie Phan committer: vstinner date: 2025-03-06T12:11:08+01:00 summary: GH-130903: typo in optimizer DSL for _GUARD_BOTH_UNICODE (#130904) Typo

[Python-checkins] gh-130574: renumber RESUME opcode from 149 to 128 (GH-130685)

2025-03-06 Thread markshannon
https://github.com/python/cpython/commit/aeb23273867b27818a3dabd5fca086a1a2e8d229 commit: aeb23273867b27818a3dabd5fca086a1a2e8d229 branch: main author: Tomasz Pytel committer: markshannon date: 2025-03-06T08:59:36Z summary: gh-130574: renumber RESUME opcode from 149 to 128 (GH-130685) files: A