[Python-checkins] [3.14] gh-124694: Add versionadded note to InterpreterPoolExecutor (GH-140605)

2025-10-25 Thread zware
https://github.com/python/cpython/commit/596111546d69cb6272fe671577c198fc75d1c46b commit: 596111546d69cb6272fe671577c198fc75d1c46b branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: zware date: 2025-10-25T23:37:24Z summary: [3.14] gh-124694: Ad

[Python-checkins] gh-124694: Add versionadded note to InterpreterPoolExecutor (#140468)

2025-10-25 Thread zware
https://github.com/python/cpython/commit/421a475c87771d46752c27def264e5c622a58427 commit: 421a475c87771d46752c27def264e5c622a58427 branch: main author: Zachary Ware committer: zware date: 2025-10-25T18:29:46-05:00 summary: gh-124694: Add versionadded note to InterpreterPoolExecutor (#140468) fi

[Python-checkins] [3.13] Fix typo in `Doc/c-api/code.rst` (GH-140586) (#140592)

2025-10-25 Thread picnixz
https://github.com/python/cpython/commit/df86b18f7f6167da3ffc5d9a374ca2933a776db6 commit: df86b18f7f6167da3ffc5d9a374ca2933a776db6 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: picnixz <[email protected]> date: 2025-1

[Python-checkins] [3.14] Fix typo in `Doc/c-api/code.rst` (GH-140586) (#140591)

2025-10-25 Thread picnixz
https://github.com/python/cpython/commit/62c9d4837863605e63d8beb59a5703dcc6a67d9b commit: 62c9d4837863605e63d8beb59a5703dcc6a67d9b branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: picnixz <[email protected]> date: 2025-1

[Python-checkins] [3.13] Remove unreachable break statements in _ctypes_test.c (GH-140585) (#140588)

2025-10-25 Thread sobolevn
https://github.com/python/cpython/commit/01f9c51caa0450de2d9101a68089b008dd92cde3 commit: 01f9c51caa0450de2d9101a68089b008dd92cde3 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-10-25T18:39:54+03:00 summary: [3.13] Remov

[Python-checkins] [3.14] Remove unreachable break statements in _ctypes_test.c (GH-140585) (#140587)

2025-10-25 Thread sobolevn
https://github.com/python/cpython/commit/96029bc4724ca2d01cb6a81e66aa159571a99b8f commit: 96029bc4724ca2d01cb6a81e66aa159571a99b8f branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-10-25T18:39:42+03:00 summary: [3.14] Remov

[Python-checkins] Fix typo in `Doc/c-api/code.rst` (#140586)

2025-10-25 Thread picnixz
https://github.com/python/cpython/commit/d74a96366df58b6e55d4a03612c3e67da2211ddd commit: d74a96366df58b6e55d4a03612c3e67da2211ddd branch: main author: RayXu <[email protected]> committer: picnixz <[email protected]> date: 2025-10-25T17:34:45+02

[Python-checkins] gh-140544: use faster `_PyInterpreterState_GET` for type lock (#140584)

2025-10-25 Thread kumaraditya303
https://github.com/python/cpython/commit/df07364106abe0923c948fe529525b44248d1f48 commit: df07364106abe0923c948fe529525b44248d1f48 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-10-25T14:53:26Z summary: gh-140544: use faster `_PyInterpreterState_GET` for type lock (#14058

[Python-checkins] Remove unreachable break statements in _ctypes_test.c (#140585)

2025-10-25 Thread sobolevn
https://github.com/python/cpython/commit/2a1c9bd616b1b3a07c74d280e3f7e2bd94d0cc22 commit: 2a1c9bd616b1b3a07c74d280e3f7e2bd94d0cc22 branch: main author: Shamil committer: sobolevn date: 2025-10-25T14:59:12Z summary: Remove unreachable break statements in _ctypes_test.c (#140585) files: M Modules

[Python-checkins] gh-140544: store pointer to interpreter state as a thread local for fast access (#140573)

2025-10-25 Thread kumaraditya303
https://github.com/python/cpython/commit/ef4665f9184784ecc7a5084a41d62577a3d338cb commit: ef4665f9184784ecc7a5084a41d62577a3d338cb branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-10-25T19:56:07+05:30 summary: gh-140544: store pointer to interpreter state as a thread local

[Python-checkins] [3.13] Docs: Fix a grammatical error in `Doc/c-api/capsule.rst` (GH-140577) (GH-140581)

2025-10-25 Thread ZeroIntensity
https://github.com/python/cpython/commit/01cab860c0c8bd63ab22aefffa1cda32ad01e386 commit: 01cab860c0c8bd63ab22aefffa1cda32ad01e386 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-10-25T14:03:25Z summary: [3.13] Docs:

[Python-checkins] [3.14] Docs: Fix a grammatical error in `Doc/c-api/capsule.rst` (GH-140577) (GH-140580)

2025-10-25 Thread ZeroIntensity
https://github.com/python/cpython/commit/568cf8b4af03484700054b7769f0d7172e45b28c commit: 568cf8b4af03484700054b7769f0d7172e45b28c branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-10-25T14:02:20Z summary: [3.14] Docs:

[Python-checkins] Docs: Fix a grammatical error in `Doc/c-api/capsule.rst` (GH-140577)

2025-10-25 Thread ZeroIntensity
https://github.com/python/cpython/commit/4ad599501fe8ec58ef2842d26330696820b2cc5c commit: 4ad599501fe8ec58ef2842d26330696820b2cc5c branch: main author: RayXu <[email protected]> committer: ZeroIntensity date: 2025-10-25T09:54:52-04:00 summary: Docs: Fix a grammatical