[Python-checkins] [3.14] Fix definition of `_Py_RemoteDebug_` symbols for static linking (GH-135146) (#135318)

2025-06-09 Thread pablogsal
https://github.com/python/cpython/commit/79c86b118cc022aa23a5e2507f23318216e970eb commit: 79c86b118cc022aa23a5e2507f23318216e970eb branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: pablogsal date: 2025-06-10T00:28:42Z summary: [3.14] Fix defin

[Python-checkins] [3.14] Fix warnings `set but not used [-Wunused-but-set-variable]` in remote_debug.h (GH-135290) (#135319)

2025-06-09 Thread pablogsal
https://github.com/python/cpython/commit/84c6fe6ac634e395aa7c78bf2b572d70b33f7f19 commit: 84c6fe6ac634e395aa7c78bf2b572d70b33f7f19 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: pablogsal date: 2025-06-10T00:29:28Z summary: [3.14] Fix warni

[Python-checkins] [3.14] gh-133157: remove usage of `_Py_NO_SANITIZE_UNDEFINED` in `Parser/pegen.c` (GH-134048) (#135320)

2025-06-09 Thread pablogsal
https://github.com/python/cpython/commit/904685f90fd440b40c5af79e14fba8ca5aa4d5be commit: 904685f90fd440b40c5af79e14fba8ca5aa4d5be branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: pablogsal date: 2025-06-10T00:34:49Z summary: [3.14] gh-133157

[Python-checkins] gh-133157: remove usage of `_Py_NO_SANITIZE_UNDEFINED` in `Parser/pegen.c` (#134048)

2025-06-09 Thread pablogsal
https://github.com/python/cpython/commit/754e7c9b5187fcad22acf7555479603f173a4a09 commit: 754e7c9b5187fcad22acf7555479603f173a4a09 branch: main author: Bénédikt Tran <[email protected]> committer: pablogsal date: 2025-06-10T01:08:30+01:00 summary: gh-133157: remove usage o

[Python-checkins] Fix warnings `set but not used [-Wunused-but-set-variable]` in remote_debug.h (#135290)

2025-06-09 Thread pablogsal
https://github.com/python/cpython/commit/49fc1f215aeb0f71445505191ccb65517b58a5aa commit: 49fc1f215aeb0f71445505191ccb65517b58a5aa branch: main author: Chris Eibl <[email protected]> committer: pablogsal date: 2025-06-10T01:05:06+01:00 summary: Fix warnings `set but no

[Python-checkins] Fix definition of `_Py_RemoteDebug_` symbols for static linking (#135146)

2025-06-09 Thread pablogsal
https://github.com/python/cpython/commit/2e1ad6eb26871a379e5d3aa626d6fc93eba72a86 commit: 2e1ad6eb26871a379e5d3aa626d6fc93eba72a86 branch: main author: Zanie Blue committer: pablogsal date: 2025-06-10T01:03:55+01:00 summary: Fix definition of `_Py_RemoteDebug_` symbols for static linking (#13514

[Python-checkins] [3.13] Heavily comment Python/perf_jit_trampoline.c to improve maintainability (GH-134527) (#135300)

2025-06-09 Thread pablogsal
https://github.com/python/cpython/commit/857647fa67f3ca394b9f71ac4eac68ce2ccce4bc commit: 857647fa67f3ca394b9f71ac4eac68ce2ccce4bc branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: pablogsal date: 2025-06-09T22:09:37+01:00 summary: [3.13] Heav

[Python-checkins] [3.14] Heavily comment Python/perf_jit_trampoline.c to improve maintainability (GH-134527) (#135299)

2025-06-09 Thread pablogsal
https://github.com/python/cpython/commit/e5a154786b69dfe69f335e6e1fcd89046fd5ff9c commit: e5a154786b69dfe69f335e6e1fcd89046fd5ff9c branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: pablogsal date: 2025-06-09T22:09:48+01:00 summary: [3.14] Heav

[Python-checkins] gh-116738: Make _heapq module thread-safe (#135036)

2025-06-09 Thread mpage
https://github.com/python/cpython/commit/a58026a5e3da9ca2d09ef51aa90fe217f9a975ec commit: a58026a5e3da9ca2d09ef51aa90fe217f9a975ec branch: main author: Alper committer: mpage date: 2025-06-09T10:57:29-07:00 summary: gh-116738: Make _heapq module thread-safe (#135036) Use critical sections to ma

[Python-checkins] GH-131296: Suppress clang-cl warnings in socketmodule.c (GH-131821)

2025-06-09 Thread zooba
https://github.com/python/cpython/commit/cc8e6d27031dcf2582bd287b14ab9b6e200d5e92 commit: cc8e6d27031dcf2582bd287b14ab9b6e200d5e92 branch: main author: Chris Eibl <[email protected]> committer: zooba date: 2025-06-09T17:38:41+01:00 summary: GH-131296: Suppress clang-cl

[Python-checkins] [3.14] gh-127833: Reword and expand the Notation section (GH-134443) (GH-135301)

2025-06-09 Thread encukou
https://github.com/python/cpython/commit/8b35651853e8dec10d8a227f52a49ddd1a748904 commit: 8b35651853e8dec10d8a227f52a49ddd1a748904 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2025-06-09T13:56:24Z summary: [3.14] gh-127833:

[Python-checkins] gh-127833: Reword and expand the Notation section (GH-134443)

2025-06-09 Thread encukou
https://github.com/python/cpython/commit/28d91d06f13ceda3df0cefacec497c370eff4802 commit: 28d91d06f13ceda3df0cefacec497c370eff4802 branch: main author: Petr Viktorin committer: encukou date: 2025-06-09T15:50:11+02:00 summary: gh-127833: Reword and expand the Notation section (GH-134443) Prepare

[Python-checkins] gh-135001: Explicitly specify the encoding parameter value of `calendar.HTMLCalendar` as 'utf-8' (#135002)

2025-06-09 Thread vstinner
https://github.com/python/cpython/commit/f90483e13ad48227767cd6d69bc4857843710a5c commit: f90483e13ad48227767cd6d69bc4857843710a5c branch: main author: Wulian233 <[email protected]> committer: vstinner date: 2025-06-09T15:40:09+02:00 summary: gh-135001: Explicitly specify the encoding parameter v

[Python-checkins] [3.14] bpo-45210: Document that error indicator may be set in tp_dealloc (GH-28358) (#135298)

2025-06-09 Thread vstinner
https://github.com/python/cpython/commit/725ec53032a7a1bc7a4307fb9aae39cb22fd8971 commit: 725ec53032a7a1bc7a4307fb9aae39cb22fd8971 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-06-09T13:01:33Z summary: [3.14] bpo-45210:

[Python-checkins] gh-133968: Update PyUnicodeWriter_WriteASCII() documentation (#135297)

2025-06-09 Thread vstinner
https://github.com/python/cpython/commit/aaad2e81cecae01d3e7e12b2bbd2e1a8533ff5d4 commit: aaad2e81cecae01d3e7e12b2bbd2e1a8533ff5d4 branch: main author: Victor Stinner committer: vstinner date: 2025-06-09T14:47:02+02:00 summary: gh-133968: Update PyUnicodeWriter_WriteASCII() documentation (#13529

[Python-checkins] [3.14] gh-133968: Add PyUnicodeWriter_WriteASCII() function (#133973) (#134974)

2025-06-09 Thread vstinner
https://github.com/python/cpython/commit/3d69d1832209ef6e3fd9afacad3b5b8bd8a5f465 commit: 3d69d1832209ef6e3fd9afacad3b5b8bd8a5f465 branch: 3.14 author: Victor Stinner committer: vstinner date: 2025-06-09T14:37:26+02:00 summary: [3.14] gh-133968: Add PyUnicodeWriter_WriteASCII() function (#133973

[Python-checkins] [3.14] GH-135287: clang-cl PGO builds on Windows fail with `could not open '/GENPROFILE'` (GH-135289)

2025-06-09 Thread zooba
https://github.com/python/cpython/commit/dba307a757db7db93f208603735f251ce52f1bdf commit: dba307a757db7db93f208603735f251ce52f1bdf branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: zooba date: 2025-06-09T12:18:51Z summary: [3.14] GH-135287: cl

[Python-checkins] GH-135287: clang-cl PGO builds on Windows fail with `could not open '/GENPROFILE'` (GH-135289)

2025-06-09 Thread zooba
https://github.com/python/cpython/commit/0045100ccbc3919e8990fa59bc413fe38d21b075 commit: 0045100ccbc3919e8990fa59bc413fe38d21b075 branch: main author: Chris Eibl <[email protected]> committer: zooba date: 2025-06-09T12:52:38+01:00 summary: GH-135287: clang-cl PGO buil

[Python-checkins] gh-131798: Optimize `_UNARY_INVERT` (GH-135222)

2025-06-09 Thread Fidget-Spinner
https://github.com/python/cpython/commit/b150b6aca7b17efe1bb13c3058d61cdefb83237e commit: b150b6aca7b17efe1bb13c3058d61cdefb83237e branch: main author: Noam Cohen committer: Fidget-Spinner date: 2025-06-09T18:33:18+08:00 summary: gh-131798: Optimize `_UNARY_INVERT` (GH-135222) files: A Misc/NE

[Python-checkins] [3.14] GH-135171: Fix generator expressions one last time (hopefully) (GH-135225)

2025-06-09 Thread markshannon
https://github.com/python/cpython/commit/a5274cd2158a0c7eaa6f54b4e74f8b4e92195e5e commit: a5274cd2158a0c7eaa6f54b4e74f8b4e92195e5e branch: 3.14 author: Mark Shannon committer: markshannon date: 2025-06-09T11:04:23+01:00 summary: [3.14] GH-135171: Fix generator expressions one last time (hopefull

[Python-checkins] gh-131316: fix invalid `DECREF` in `_md5.md5.copy()` (#135291)

2025-06-09 Thread picnixz
https://github.com/python/cpython/commit/c19e36cc4eabacaacc359e8b2550b10c2965a31a commit: c19e36cc4eabacaacc359e8b2550b10c2965a31a branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-06-09T09:10:32Z

[Python-checkins] bpo-45210: Document that error indicator may be set in tp_dealloc (#28358)

2025-06-09 Thread vstinner
https://github.com/python/cpython/commit/8441b263af964f353bf02d56c32a4fc547cdc330 commit: 8441b263af964f353bf02d56c32a4fc547cdc330 branch: main author: Edward Z. Yang committer: vstinner date: 2025-06-09T08:56:32Z summary: bpo-45210: Document that error indicator may be set in tp_dealloc (#28358

[Python-checkins] gh-135004: rewrite and cleanup `blake2module.c` (#135006)

2025-06-09 Thread picnixz
https://github.com/python/cpython/commit/3cb109796dd4b07625b21773bbc04697c65bdf20 commit: 3cb109796dd4b07625b21773bbc04697c65bdf20 branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-06-09T09:17:43+

[Python-checkins] gh-135234: improve `_hashlib` exceptions when reporting an OpenSSL function failure (#135250)

2025-06-09 Thread picnixz
https://github.com/python/cpython/commit/83b94e856e9b55e3ad00e272ccd5e80eafa94443 commit: 83b94e856e9b55e3ad00e272ccd5e80eafa94443 branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-06-09T09:13:29+