[Python-checkins] [3.14] gh-129559: add `bytearray.resize` thread safety test for free-threading (GH-141739) (#141835)

2025-11-21 Thread kumaraditya303
https://github.com/python/cpython/commit/cfcf7652f6ae9be84e1973f2d3b1acb40b04ca53 commit: cfcf7652f6ae9be84e1973f2d3b1acb40b04ca53 branch: 3.14 author: Cody Maloney committer: kumaraditya303 date: 2025-11-22T09:41:20+05:30 summary: [3.14] gh-129559: add `bytearray.resize` thread safety test for

[Python-checkins] gh-140381: Make test_profiling tests deterministic to fix flakiness (#141731)

2025-11-21 Thread pablogsal
https://github.com/python/cpython/commit/92972aea0f0e12dd21bfb8c466289a0c3b4c236e commit: 92972aea0f0e12dd21bfb8c466289a0c3b4c236e branch: main author: Pablo Galindo Salgado committer: pablogsal date: 2025-11-21T21:36:30Z summary: gh-140381: Make test_profiling tests deterministic to fix flakine

[Python-checkins] [3.14] gh-141729: Doc PyTypeObject.tp_vectorcall grammar fix (GH-141730) (#141815)

2025-11-21 Thread sobolevn
https://github.com/python/cpython/commit/8d5cf98e456a048fa4b0072623b1101f381af5bd commit: 8d5cf98e456a048fa4b0072623b1101f381af5bd branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-11-21T23:14:43+03:00 summary: [3.14] gh-14

[Python-checkins] [3.14] gh-137422: Fix race condition in PyImport_AddModuleRef (gh-141822) (gh-141830)

2025-11-21 Thread colesbury
https://github.com/python/cpython/commit/5bca7f4d7ab685802a79e50e6746173c5cd7a00a commit: 5bca7f4d7ab685802a79e50e6746173c5cd7a00a branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2025-11-21T18:57:30Z summary: [3.14] gh-137422

[Python-checkins] gh-137422: Fix race condition in PyImport_AddModuleRef (gh-141822)

2025-11-21 Thread colesbury
https://github.com/python/cpython/commit/2d50dd242e04b94f86cb23c4972c1b423c670175 commit: 2d50dd242e04b94f86cb23c4972c1b423c670175 branch: main author: Sam Gross committer: colesbury date: 2025-11-21T13:30:33-05:00 summary: gh-137422: Fix race condition in PyImport_AddModuleRef (gh-141822) file

[Python-checkins] gh-129559: add `bytearray.resize` thread safety test for free-threading (#141739)

2025-11-21 Thread kumaraditya303
https://github.com/python/cpython/commit/019c315a8e52978da67a3108e441ed5ee376f504 commit: 019c315a8e52978da67a3108e441ed5ee376f504 branch: main author: Cody Maloney committer: kumaraditya303 date: 2025-11-21T23:42:22+05:30 summary: gh-129559: add `bytearray.resize` thread safety test for free-th

[Python-checkins] [3.13] gh-141659: Fix bad file descriptor error in subprocess on AIX (GH-141660) (#141828)

2025-11-21 Thread hugovk
https://github.com/python/cpython/commit/af94f62bf68508c0fa2c179660c7f484ad716a8b commit: af94f62bf68508c0fa2c179660c7f484ad716a8b branch: 3.13 author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2025-11-21T18:10:01Z

[Python-checkins] gh-141498: Change backoff counter to use prime numbers instead of powers of 2 (GH-141591)

2025-11-21 Thread markshannon
https://github.com/python/cpython/commit/a3b78a3adecf794dc576404b14ed3f2c8401fdf1 commit: a3b78a3adecf794dc576404b14ed3f2c8401fdf1 branch: main author: Mikhail Efimov committer: markshannon date: 2025-11-21T17:00:25Z summary: gh-141498: Change backoff counter to use prime numbers instead of powe

[Python-checkins] [3.14] gh-116738: Make csv module thread-safe (gh-141365) (gh-141825)

2025-11-21 Thread colesbury
https://github.com/python/cpython/commit/af586d8d2601b5fe52277ba7bf5d9e1ff93ffbb6 commit: af586d8d2601b5fe52277ba7bf5d9e1ff93ffbb6 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2025-11-21T16:47:13Z summary: [3.14] gh-116738

[Python-checkins] gh-116738: Make csv module thread-safe (gh-141365)

2025-11-21 Thread colesbury
https://github.com/python/cpython/commit/fb26d9c2ef739cbfdc134da5ab89470511f1f5fd commit: fb26d9c2ef739cbfdc134da5ab89470511f1f5fd branch: main author: Alper committer: colesbury date: 2025-11-21T11:22:31-05:00 summary: gh-116738: Make csv module thread-safe (gh-141365) Added a critical section

[Python-checkins] gh-141612: improve `test_trampoline_works_with_forks` coverage (#141613)

2025-11-21 Thread picnixz
https://github.com/python/cpython/commit/f15f6d0ba3715c67643e58959459b0e84a67b183 commit: f15f6d0ba3715c67643e58959459b0e84a67b183 branch: main author: Paresh Joshi committer: picnixz <[email protected]> date: 2025-11-21T16:01:26Z summary: gh-141612: improve `test_trampoli

[Python-checkins] gh-140795: fetch thread state once on fast path for critical sections (#141406)

2025-11-21 Thread kumaraditya303
https://github.com/python/cpython/commit/49ff8b6cc017bb6e9bdb3bf4918d65f32f7aaed8 commit: 49ff8b6cc017bb6e9bdb3bf4918d65f32f7aaed8 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-11-21T19:49:53+05:30 summary: gh-140795: fetch thread state once on fast path for critical sec

[Python-checkins] gh-141645: Add profiling/sampling/live_collector to the makefile and remove spurious file (#141820)

2025-11-21 Thread pablogsal
https://github.com/python/cpython/commit/cb4c87df75c1afe88c78e07820d5cb71544bd977 commit: cb4c87df75c1afe88c78e07820d5cb71544bd977 branch: main author: Pablo Galindo Salgado committer: pablogsal date: 2025-11-21T13:34:04Z summary: gh-141645: Add profiling/sampling/live_collector to the makefile

[Python-checkins] GH-139727: Add --enable-stackref-debug flag to build.bat to enable Py_STACKREF_DEBUG build on Windows (GH-139728)

2025-11-21 Thread zooba
https://github.com/python/cpython/commit/a8733cbc7328dbeeed50e82ef13abb197d511c46 commit: a8733cbc7328dbeeed50e82ef13abb197d511c46 branch: main author: Sergey Miryanov committer: zooba date: 2025-11-21T11:03:32Z summary: GH-139727: Add --enable-stackref-debug flag to build.bat to enable Py_STAC