[Python-checkins] gh-139275: Fix compilation of Modules/_remote_debugging_module.c when the system doesn't have process_vm_readv (#139307)

2025-09-24 Thread pablogsal
https://github.com/python/cpython/commit/1963e701001839389cfb1b11d803b0743f4705d7 commit: 1963e701001839389cfb1b11d803b0743f4705d7 branch: main author: Pablo Galindo Salgado committer: pablogsal date: 2025-09-25T00:16:44+01:00 summary: gh-139275: Fix compilation of Modules/_remote_debugging_modu

[Python-checkins] [3.14] Fix the reference to unicode specification (#139138) (#139286)

2025-09-24 Thread hugovk
https://github.com/python/cpython/commit/c76fd771b5c19cf978c6cc9cdd403fb38ae14341 commit: c76fd771b5c19cf978c6cc9cdd403fb38ae14341 branch: 3.14 author: Karolina Surma <[email protected]> committer: hugovk <[email protected]> date: 2025-09-24T18:11:20+0

[Python-checkins] gh-139231: Fix estimation of available stack size for recursion limit on macOS (GH-139232)

2025-09-24 Thread markshannon
https://github.com/python/cpython/commit/7016044de919fa2f14f7c0e0d15ac076b00f16a0 commit: 7016044de919fa2f14f7c0e0d15ac076b00f16a0 branch: main author: Rok Mandeljc committer: markshannon date: 2025-09-24T11:57:00+01:00 summary: gh-139231: Fix estimation of available stack size for recursion lim

[Python-checkins] gh-139156: Use PyBytesWriter in _PyUnicode_EncodeCharmap() (#139251)

2025-09-24 Thread vstinner
https://github.com/python/cpython/commit/c9a79a02a8dce6058cfde2916cc4573c2c913faa commit: c9a79a02a8dce6058cfde2916cc4573c2c913faa branch: main author: Victor Stinner committer: vstinner date: 2025-09-24T16:15:34+02:00 summary: gh-139156: Use PyBytesWriter in _PyUnicode_EncodeCharmap() (#139251)

[Python-checkins] [3.11] gh-135374: Adjust test for setuptools' replacement of distutils (GH-138796)

2025-09-24 Thread ambv
https://github.com/python/cpython/commit/987af36a717793e97aad57f7da36a0677edfbdbd commit: 987af36a717793e97aad57f7da36a0677edfbdbd branch: 3.11 author: Petr Viktorin committer: ambv date: 2025-09-24T15:41:24+02:00 summary: [3.11] gh-135374: Adjust test for setuptools' replacement of distutils (

[Python-checkins] [3.13] gh-130567: Fix possible crash in locale.strxfrm() (GH-138940) (GH-139266)

2025-09-24 Thread encukou
https://github.com/python/cpython/commit/d1f6b392e466ede5e4501d33606601eacdd6cae7 commit: d1f6b392e466ede5e4501d33606601eacdd6cae7 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2025-09-24T13:48:08+02:00 summary: [3.13] gh-130

[Python-checkins] [3.12] GH-136155: Use ``sphinxext-opengraph`` v0.12.0 (GH-137393) (#138741)

2025-09-24 Thread hugovk
https://github.com/python/cpython/commit/71c84fadf4f502cd003bbd34b430aef5dbb260a1 commit: 71c84fadf4f502cd003bbd34b430aef5dbb260a1 branch: 3.12 author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2025-09-24T12:27:40+0

[Python-checkins] gh-133644: remove `PyWeakref_GetObject` and `PyWeakref_GET_OBJECT` (GH-133657)

2025-09-24 Thread encukou
https://github.com/python/cpython/commit/a5e056235075ebd3e7eef1c9fef264bca3461a2d commit: a5e056235075ebd3e7eef1c9fef264bca3461a2d branch: main author: Bénédikt Tran <[email protected]> committer: encukou date: 2025-09-24T11:25:56+02:00 summary: gh-133644: remove `PyWeakre

[Python-checkins] [3.13] Fix the reference to unicode specification (#139138) (#139285)

2025-09-24 Thread malemburg
https://github.com/python/cpython/commit/7f83461e567915d3133c6b98de2bda9c7a33559c commit: 7f83461e567915d3133c6b98de2bda9c7a33559c branch: 3.13 author: Karolina Surma <[email protected]> committer: malemburg date: 2025-09-24T10:36:37+02:00 summary: [3.13] Fix the referenc