[Python-checkins] gh-131913: multiprocessing: add interrupt for POSIX (GH-132453)

2025-04-22 Thread gpshead
https://github.com/python/cpython/commit/77605fa3bb4e380d5448665f70d73c8d3fcc2e75 commit: 77605fa3bb4e380d5448665f70d73c8d3fcc2e75 branch: main author: pulkin committer: gpshead date: 2025-04-22T23:55:24-07:00 summary: gh-131913: multiprocessing: add interrupt for POSIX (GH-132453) * multiproce

[Python-checkins] gh-109981: Resolve situation on iOS regarding fd_count. (#132823)

2025-04-22 Thread freakboy3742
https://github.com/python/cpython/commit/862fd890361005598a6f4614ea0608c8447831c2 commit: 862fd890361005598a6f4614ea0608c8447831c2 branch: main author: John committer: freakboy3742 date: 2025-04-23T03:22:57Z summary: gh-109981: Resolve situation on iOS regarding fd_count. (#132823) Modifies the

[Python-checkins] gh-132776: Minor Fixes for XIBufferViewType (gh-132779)

2025-04-22 Thread ericsnowcurrently
https://github.com/python/cpython/commit/b5bf8c80a921679b23548453565f6fd1f79901f2 commit: b5bf8c80a921679b23548453565f6fd1f79901f2 branch: main author: Eric Snow committer: ericsnowcurrently date: 2025-04-22T17:37:20-06:00 summary: gh-132776: Minor Fixes for XIBufferViewType (gh-132779) This ch

[Python-checkins] gh-132713: Fix repr(list) race condition (#132801)

2025-04-22 Thread vstinner
https://github.com/python/cpython/commit/a4ea80d52394bafffb2257abbe815c7ffdb003a3 commit: a4ea80d52394bafffb2257abbe815c7ffdb003a3 branch: main author: Victor Stinner committer: vstinner date: 2025-04-22T22:09:35+02:00 summary: gh-132713: Fix repr(list) race condition (#132801) Hold a strong re

[Python-checkins] CODEOWNERS: add myself to unionobject.c (#132808)

2025-04-22 Thread hugovk
https://github.com/python/cpython/commit/722c501dba2db391012aa1530144ecdfbddec9e8 commit: 722c501dba2db391012aa1530144ecdfbddec9e8 branch: main author: Jelle Zijlstra committer: hugovk <[email protected]> date: 2025-04-22T21:32:22+03:00 summary: CODEOWNERS: add myself to uni

[Python-checkins] GH-131798: JIT: Split CALL_TYPE_1 into several uops (GH-132419)

2025-04-22 Thread brandtbucher
https://github.com/python/cpython/commit/a6a3dbb7db0516a72c5ef149223d904f4e6a31ae commit: a6a3dbb7db0516a72c5ef149223d904f4e6a31ae branch: main author: Tomas R. committer: brandtbucher date: 2025-04-22T09:30:38-07:00 summary: GH-131798: JIT: Split CALL_TYPE_1 into several uops (GH-132419) files

[Python-checkins] [3.13] Update `pre-commit` repos (GH-132792) (#132804)

2025-04-22 Thread sobolevn
https://github.com/python/cpython/commit/3a130c17862de586411274dcc3176a73834902e2 commit: 3a130c17862de586411274dcc3176a73834902e2 branch: 3.13 author: sobolevn committer: sobolevn date: 2025-04-22T15:57:34Z summary: [3.13] Update `pre-commit` repos (GH-132792) (#132804) (cherry picked from com

[Python-checkins] Update `pre-commit` repos (#132792)

2025-04-22 Thread sobolevn
https://github.com/python/cpython/commit/87b1ea016b1454b1e83b9113fa9435849b7743aa commit: 87b1ea016b1454b1e83b9113fa9435849b7743aa branch: main author: sobolevn committer: sobolevn date: 2025-04-22T18:32:19+03:00 summary: Update `pre-commit` repos (#132792) files: M .github/zizmor.yml M .pre-co

[Python-checkins] gh-132470: Prevent crash in ctypes.CField when `byte_size` is incorrect (#132475)

2025-04-22 Thread sobolevn
https://github.com/python/cpython/commit/3b4b56f46dbfc0c336a1f70704f127593ec1f4ce commit: 3b4b56f46dbfc0c336a1f70704f127593ec1f4ce branch: main author: dura0ok committer: sobolevn date: 2025-04-22T16:13:00+03:00 summary: gh-132470: Prevent crash in ctypes.CField when `byte_size` is incorrect (#

[Python-checkins] GH-131296: Avoid invalid signed char comparison in getpath.c assertion (GH-131594)

2025-04-22 Thread zooba
https://github.com/python/cpython/commit/f663b2c56a2eecc258d2abd54ed33836d070e6f5 commit: f663b2c56a2eecc258d2abd54ed33836d070e6f5 branch: main author: Chris Eibl <[email protected]> committer: zooba date: 2025-04-22T14:06:30+01:00 summary: GH-131296: Avoid invalid sig

[Python-checkins] gh-128813: hide mixed-mode functions for complex arithmetic from C-API (#131703)

2025-04-22 Thread vstinner
https://github.com/python/cpython/commit/79f7c67bf607f9d4f39a299aa9a1a4f7b317617c commit: 79f7c67bf607f9d4f39a299aa9a1a4f7b317617c branch: main author: Sergey B Kirpichev committer: vstinner date: 2025-04-22T14:18:18+02:00 summary: gh-128813: hide mixed-mode functions for complex arithmetic from

[Python-checkins] gh-46236: Add Py_UNICODE_REPLACEMENT_CHARACTER doc (#132706)

2025-04-22 Thread vstinner
https://github.com/python/cpython/commit/5ffb89420c3fb41cb6cc795c9f983a8b5cc207ab commit: 5ffb89420c3fb41cb6cc795c9f983a8b5cc207ab branch: main author: Stan Ulbrych <[email protected]> committer: vstinner date: 2025-04-22T14:16:51+02:00 summary: gh-46236: Add Py_UN

[Python-checkins] gh-132734: Add new constants for Bluetooth sockets (GH-132735)

2025-04-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/e84624450dc0494271119018c699372245d724d9 commit: e84624450dc0494271119018c699372245d724d9 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-04-22T11:02:13Z summary: gh-132734: Add new constants for Bluetooth sockets (GH-132735)

[Python-checkins] gh-46236: Add PyUnicode_Resize() doc (#132628)

2025-04-22 Thread vstinner
https://github.com/python/cpython/commit/05d0559db04743aa47d485d53437edbb31d8e967 commit: 05d0559db04743aa47d485d53437edbb31d8e967 branch: main author: RUANG (James Roy) committer: vstinner date: 2025-04-22T11:39:04+02:00 summary: gh-46236: Add PyUnicode_Resize() doc (#132628) Co-authored-by: S

[Python-checkins] gh-101410: Customize error messages for 1-arg math functions (#129497)

2025-04-22 Thread vstinner
https://github.com/python/cpython/commit/d0660a9a4096c26fd4951e9f3d92f641a8ce65db commit: d0660a9a4096c26fd4951e9f3d92f641a8ce65db branch: main author: Sergey B Kirpichev committer: vstinner date: 2025-04-22T11:29:20+02:00 summary: gh-101410: Customize error messages for 1-arg math functions (#1

[Python-checkins] gh-132449: Improve syntax error messages for keywords with typos (#132450)

2025-04-22 Thread ambv
https://github.com/python/cpython/commit/bf3a0a1c0f2f63867c537d80cc7163ea8426bf2a commit: bf3a0a1c0f2f63867c537d80cc7163ea8426bf2a branch: main author: Pablo Galindo Salgado committer: ambv date: 2025-04-22T11:01:55+02:00 summary: gh-132449: Improve syntax error messages for keywords with typos