[Python-checkins] gh-142119: Clarify that one `contextvars.Token` can only reset once in a lifetime (GH-143693)

2026-01-27 Thread encukou
https://github.com/python/cpython/commit/487bd2dea538e36cb620dd9e0f298d731b9ede8a commit: 487bd2dea538e36cb620dd9e0f298d731b9ede8a branch: main author: Bartosz Sławecki committer: encukou date: 2026-01-27T10:49:05+01:00 summary: gh-142119: Clarify that one `contextvars.Token` can only reset once

[Python-checkins] gh-126014: test_makefile_test_folders: Ignore basically-empty directories (#140466)

2026-01-27 Thread vstinner
https://github.com/python/cpython/commit/17d447e993a0ff9b7d44786ceb2a8f9510638bfa commit: 17d447e993a0ff9b7d44786ceb2a8f9510638bfa branch: main author: Stefano Rivera committer: vstinner date: 2026-01-27T11:05:09+01:00 summary: gh-126014: test_makefile_test_folders: Ignore basically-empty direct

[Python-checkins] gh-143883: Use named parameters in PyModExport-related declarations & docs (GH-143884)

2026-01-27 Thread encukou
https://github.com/python/cpython/commit/f2b5c206c788d3a5bf2ab7c63fb69d3b802646f4 commit: f2b5c206c788d3a5bf2ab7c63fb69d3b802646f4 branch: main author: Nathan Goldbaum committer: encukou date: 2026-01-27T10:28:28Z summary: gh-143883: Use named parameters in PyModExport-related declarations & doc

[Python-checkins] [3.13] gh-126014: test_makefile_test_folders: Ignore basically-empty directories (GH-140466) (#144268)

2026-01-27 Thread vstinner
https://github.com/python/cpython/commit/33a488e929bc300c20a6c6bc16ae4c26a0075b4c commit: 33a488e929bc300c20a6c6bc16ae4c26a0075b4c branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2026-01-27T10:28:09Z summary: [3.13] gh-126014:

[Python-checkins] GH-126910: add test for manual frame unwinding (#144137)

2026-01-27 Thread pablogsal
https://github.com/python/cpython/commit/66055d06503398e0a90515ebe2c120de93ad830d commit: 66055d06503398e0a90515ebe2c120de93ad830d branch: main author: Diego Russo committer: pablogsal date: 2026-01-27T13:17:40Z summary: GH-126910: add test for manual frame unwinding (#144137) files: A Lib/test

[Python-checkins] [3.14] gh-126014: test_makefile_test_folders: Ignore basically-empty directories (GH-140466) (#144269)

2026-01-27 Thread vstinner
https://github.com/python/cpython/commit/d11c067246a9f80a3b67f3dbfd2527abc970f0b2 commit: d11c067246a9f80a3b67f3dbfd2527abc970f0b2 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2026-01-27T10:30:59Z summary: [3.14] gh-126014:

[Python-checkins] Avoid TestNullDlsym hanging on HP-PA (#141011)

2026-01-27 Thread vstinner
https://github.com/python/cpython/commit/197e4c06289e282857fc953cc1a27c209e3c03a7 commit: 197e4c06289e282857fc953cc1a27c209e3c03a7 branch: main author: Stefano Rivera committer: vstinner date: 2026-01-27T12:39:03+01:00 summary: Avoid TestNullDlsym hanging on HP-PA (#141011) glibc has no support

[Python-checkins] [3.13] gh-144100: Fix crash for POINTER(str) used in ctypes argtypes (#144108) (#144245)

2026-01-27 Thread vstinner
https://github.com/python/cpython/commit/3df9e311421fddafdfbe10ad961218a2b577a9fd commit: 3df9e311421fddafdfbe10ad961218a2b577a9fd branch: 3.13 author: Victor Stinner committer: vstinner date: 2026-01-27T12:59:55+01:00 summary: [3.13] gh-144100: Fix crash for POINTER(str) used in ctypes argtypes

[Python-checkins] [3.14] gh-142119: Clarify that one `contextvars.Token` can only reset once in a lifetime (GH-143693) (GH-144266)

2026-01-27 Thread encukou
https://github.com/python/cpython/commit/b82b12bc80373e2cfd0c0bed273e55e67640cdfd commit: b82b12bc80373e2cfd0c0bed273e55e67640cdfd branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2026-01-27T11:39:13+01:00 summary: [3.14] gh-142

[Python-checkins] [3.13] gh-142119: Clarify that one `contextvars.Token` can only reset once in a lifetime (GH-143693) (GH-144267)

2026-01-27 Thread encukou
https://github.com/python/cpython/commit/d6f4fb867a16fb99a413fb2e9f6b473e97cf48b2 commit: d6f4fb867a16fb99a413fb2e9f6b473e97cf48b2 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2026-01-27T11:39:20+01:00 summary: [3.13] gh-142

[Python-checkins] gh-120321: Add missing "return false" in gen_try_set_executing (gh-144291)

2026-01-27 Thread colesbury
https://github.com/python/cpython/commit/6b4538192ddac518b9c15b3f79445c964330dee3 commit: 6b4538192ddac518b9c15b3f79445c964330dee3 branch: main author: Sam Gross committer: colesbury date: 2026-01-27T16:38:50-05:00 summary: gh-120321: Add missing "return false" in gen_try_set_executing (gh-14429

[Python-checkins] gh-144289: Remove ENABLE_SPECIALIZATION_FT (gh-144290)

2026-01-27 Thread colesbury
https://github.com/python/cpython/commit/6ea3f8cd7ff4ff9769ae276dabc0753e09dca998 commit: 6ea3f8cd7ff4ff9769ae276dabc0753e09dca998 branch: main author: Sam Gross committer: colesbury date: 2026-01-27T17:52:50-05:00 summary: gh-144289: Remove ENABLE_SPECIALIZATION_FT (gh-144290) Now that the spe

[Python-checkins] [3.13] gh-144169: Fix three crashes in AST objects with non-str kwargs (GH-144178) (#144260)

2026-01-27 Thread JelleZijlstra
https://github.com/python/cpython/commit/bc92e7878f252fffbabfce6a0a453f99248b5f94 commit: bc92e7878f252fffbabfce6a0a453f99248b5f94 branch: 3.13 author: Jelle Zijlstra committer: JelleZijlstra date: 2026-01-27T20:37:35-08:00 summary: [3.13] gh-144169: Fix three crashes in AST objects with non-str

[Python-checkins] [3.13] gh-144257: document return values of PyModule_SetDocString (GH-144258) (GH-144286)

2026-01-27 Thread ZeroIntensity
https://github.com/python/cpython/commit/b5129b89bbf475ce36a19cadb4e2302cc3c71b0d commit: b5129b89bbf475ce36a19cadb4e2302cc3c71b0d branch: 3.13 author: Nathan Goldbaum committer: ZeroIntensity date: 2026-01-27T18:30:48Z summary: [3.13] gh-144257: document return values of PyModule_SetDocString (