[Python-checkins] patchcheck: use URL paths to identify upstream remote (GH-135806)

2025-06-21 Thread ncoghlan
https://github.com/python/cpython/commit/ac9d37c60b7d10cb38fc9e5cb04e398dbc5bf2e5 commit: ac9d37c60b7d10cb38fc9e5cb04e398dbc5bf2e5 branch: main author: Kattni committer: ncoghlan date: 2025-06-22T04:51:23Z summary: patchcheck: use URL paths to identify upstream remote (GH-135806) * find defined

[Python-checkins] [3.14] gh-135557: use atomic stores in `heapq` operations in free-threading (GH-135601) (#135787)

2025-06-21 Thread kumaraditya303
https://github.com/python/cpython/commit/e388b29a107d782f76b90d3fed278a6d1cf1c0de commit: e388b29a107d782f76b90d3fed278a6d1cf1c0de branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-06-21T16:32:27+05:30 summary: [3.14]

[Python-checkins] gh-130605: reenable `test_concurrent_futures` tests under TSAN (#135790)

2025-06-21 Thread kumaraditya303
https://github.com/python/cpython/commit/b14986c91464b06e9016678637e41d0e0192bbe8 commit: b14986c91464b06e9016678637e41d0e0192bbe8 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-06-21T22:03:17+05:30 summary: gh-130605: reenable `test_concurrent_futures` tests under TSAN

[Python-checkins] gh-135557: use atomic stores in `heapq` operations in free-threading (#135601)

2025-06-21 Thread kumaraditya303
https://github.com/python/cpython/commit/13cac833471885564cbfde72a4cbac64ade3137a commit: 13cac833471885564cbfde72a4cbac64ade3137a branch: main author: Xuanteng Huang <[email protected]> committer: kumaraditya303 date: 2025-06-21T14:13:15+05:30 summary: gh-135557: use at

[Python-checkins] [3.14] Docs: Remove unnecessary trailing backslashes (GH-135781) (GH-135791)

2025-06-21 Thread ZeroIntensity
https://github.com/python/cpython/commit/73e2089ed135d38ec814e8a8ce348bf3db0607f6 commit: 73e2089ed135d38ec814e8a8ce348bf3db0607f6 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-06-21T13:07:51Z summary: [3.14] Docs:

[Python-checkins] Docs: Remove unnecessary trailing backslashes (GH-135781)

2025-06-21 Thread ZeroIntensity
https://github.com/python/cpython/commit/6a16b3c440cf9ecabecd3e90f44310e3b0765780 commit: 6a16b3c440cf9ecabecd3e90f44310e3b0765780 branch: main author: Rafael Fontenelle committer: ZeroIntensity date: 2025-06-21T09:01:14-04:00 summary: Docs: Remove unnecessary trailing backslashes (GH-135781) T

[Python-checkins] gh-135532: optimize calls to `PyMem_Malloc` in SHAKE digest computation (#135744)

2025-06-21 Thread picnixz
https://github.com/python/cpython/commit/d08b4b2333d28403633f9ceb86a3a5fab011d8a1 commit: d08b4b2333d28403633f9ceb86a3a5fab011d8a1 branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-06-21T14:32:00+

[Python-checkins] [3.14] gh-127146: Skip test_os.test_mode for Emscripten (GH-135764) (#135784)

2025-06-21 Thread freakboy3742
https://github.com/python/cpython/commit/2b5c904fbbe665e9df35719762487a0bb14f6876 commit: 2b5c904fbbe665e9df35719762487a0bb14f6876 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: freakboy3742 date: 2025-06-21T19:13:40+08:00 summary: [3.14] g

[Python-checkins] gh-135759: consistently reject negative sizes in SHAKE digests (#135767)

2025-06-21 Thread picnixz
https://github.com/python/cpython/commit/7c4361564c3881946a5eca677607b4ffec0a566d commit: 7c4361564c3881946a5eca677607b4ffec0a566d branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-06-21T09:43:30Z

[Python-checkins] [3.14] gh-135645: Added `supports_isolated_interpreters` to `sys.implementation` (GH-135667) (#135786)

2025-06-21 Thread sobolevn
https://github.com/python/cpython/commit/fa62dfe888b0c24be603ddfd4e0137429bd79099 commit: fa62dfe888b0c24be603ddfd4e0137429bd79099 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-06-21T08:21:50Z summary: [3.14] gh-135645:

[Python-checkins] gh-135645: Added `supports_isolated_interpreters` to `sys.implementation` (#135667)

2025-06-21 Thread sobolevn
https://github.com/python/cpython/commit/8ca1e4d846e868a20834cf442c48a3648b558bbe commit: 8ca1e4d846e868a20834cf442c48a3648b558bbe branch: main author: sobolevn committer: sobolevn date: 2025-06-21T10:56:14+03:00 summary: gh-135645: Added `supports_isolated_interpreters` to `sys.implementation`