[Python-checkins] gh-122943: Remove the object converter for var-positional parameter (GH-126560)

2024-11-07 Thread serhiy-storchaka
https://github.com/python/cpython/commit/06a8b0bb5ee0d01ed93315137c41c104a11e4640 commit: 06a8b0bb5ee0d01ed93315137c41c104a11e4640 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-11-08T05:41:54Z summary: gh-122943: Remove the object converter for var-positional param

[Python-checkins] [3.13] GH-123877: make `wasm32-wasip1` the target triple for WASI (#126561)

2024-11-07 Thread brettcannon
https://github.com/python/cpython/commit/9ecaee6a551a4756687d018829625ec31f49df72 commit: 9ecaee6a551a4756687d018829625ec31f49df72 branch: 3.13 author: Brett Cannon committer: brettcannon date: 2024-11-07T16:16:12-08:00 summary: [3.13] GH-123877: make `wasm32-wasip1` the target triple for WASI (

[Python-checkins] gh-120017: use 'do-while(0)' in some `{codegen,compile}.c` multi-line macros (#120018)

2024-11-07 Thread iritkatriel
https://github.com/python/cpython/commit/c222441fa7f89d448e476c252ba09be588568392 commit: c222441fa7f89d448e476c252ba09be588568392 branch: main author: Bénédikt Tran <[email protected]> committer: iritkatriel <[email protected]> date: 2024-11-07T23

[Python-checkins] GH-123877: default to `wasm32-wasip1` instead of `wasm32-wasi` to be more specific (GH-126552)

2024-11-07 Thread brettcannon
https://github.com/python/cpython/commit/bbe9b21d06c192a616bc1720ec8f7d4ccc16cab8 commit: bbe9b21d06c192a616bc1720ec8f7d4ccc16cab8 branch: main author: Brett Cannon committer: brettcannon date: 2024-11-07T13:40:56-08:00 summary: GH-123877: default to `wasm32-wasip1` instead of `wasm32-wasi` to b

[Python-checkins] gh-122943: Rework support of var-positional parameter in Argument Clinic (GH-122945)

2024-11-07 Thread serhiy-storchaka
https://github.com/python/cpython/commit/1f777396f52a4cf7417f56097f10add8042295f4 commit: 1f777396f52a4cf7417f56097f10add8042295f4 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-11-07T23:40:03+02:00 summary: gh-122943: Rework support of var-positional parameter in A

[Python-checkins] GH-126464 Fix JIT CI on aarch64-apple-darwin (GH-126494)

2024-11-07 Thread brandtbucher
https://github.com/python/cpython/commit/09d6f5dc7824c74672add512619e978844ff8051 commit: 09d6f5dc7824c74672add512619e978844ff8051 branch: main author: alm committer: brandtbucher date: 2024-11-07T10:55:31-08:00 summary: GH-126464 Fix JIT CI on aarch64-apple-darwin (GH-126494) files: M .github/

[Python-checkins] gh-76785: Minor Cleanup of "Cross-interpreter" Code (gh-126457)

2024-11-07 Thread ericsnowcurrently
https://github.com/python/cpython/commit/9357fdcaf0b08dac9396c17e8695b420fad887f8 commit: 9357fdcaf0b08dac9396c17e8695b420fad887f8 branch: main author: Eric Snow committer: ericsnowcurrently date: 2024-11-07T09:32:42-07:00 summary: gh-76785: Minor Cleanup of "Cross-interpreter" Code (gh-126457)

[Python-checkins] gh-126298: Don't deduplicate slice constants based on equality (#126398)

2024-11-07 Thread mdboom
https://github.com/python/cpython/commit/a38e82bd8c249c126ab033c078170b6dea27a619 commit: a38e82bd8c249c126ab033c078170b6dea27a619 branch: main author: Michael Droettboom committer: mdboom date: 2024-11-07T16:39:23Z summary: gh-126298: Don't deduplicate slice constants based on equality (#126398

[Python-checkins] [3.12] Doc: C API: Demote sections to subsections for consistency (GH-126535) (#126545)

2024-11-07 Thread vstinner
https://github.com/python/cpython/commit/a0866f4c81ecc057d4521e8e7a02f4e1fff175a1 commit: a0866f4c81ecc057d4521e8e7a02f4e1fff175a1 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-11-07T15:38:57Z summary: [3.12] Doc: C API

[Python-checkins] gh-126529: Update devguide links to relative filenames in InternalDocs (#126530)

2024-11-07 Thread vstinner
https://github.com/python/cpython/commit/19c248185343dfad046bbe4046b2b900e7405666 commit: 19c248185343dfad046bbe4046b2b900e7405666 branch: main author: Valerii <[email protected]> committer: vstinner date: 2024-11-07T16:35:29+01:00 summary: gh-126529: Update devgui

[Python-checkins] [3.13] Doc: C API: Demote sections to subsections for consistency (GH-126535) (#126546)

2024-11-07 Thread vstinner
https://github.com/python/cpython/commit/9ab3d31b66c60fa2f67fcbc8744146bcb520a1b3 commit: 9ab3d31b66c60fa2f67fcbc8744146bcb520a1b3 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-11-07T15:35:41Z summary: [3.13] Doc: C API

[Python-checkins] Chore: Fix typo in `pyarena.c` (#126527)

2024-11-07 Thread vstinner
https://github.com/python/cpython/commit/3d9f9ae5a7c4739fe319aa436ab1834d6765b0ac commit: 3d9f9ae5a7c4739fe319aa436ab1834d6765b0ac branch: main author: Aditya Borikar committer: vstinner date: 2024-11-07T16:37:41+01:00 summary: Chore: Fix typo in `pyarena.c` (#126527) files: M Python/pyarena.c

[Python-checkins] Doc: C API: Demote sections to subsections for consistency (#126535)

2024-11-07 Thread vstinner
https://github.com/python/cpython/commit/e3510bd3dd9ea8f2a30cb1128470aee3a48d8880 commit: e3510bd3dd9ea8f2a30cb1128470aee3a48d8880 branch: main author: Richard Hansen committer: vstinner date: 2024-11-07T16:29:31+01:00 summary: Doc: C API: Demote sections to subsections for consistency (#126535)

[Python-checkins] GH-126222: Fix `_PyUop_num_popped` (GH-126507)

2024-11-07 Thread markshannon
https://github.com/python/cpython/commit/85036c8d612007356d2118eb25b460505078b023 commit: 85036c8d612007356d2118eb25b460505078b023 branch: main author: Mark Shannon committer: markshannon date: 2024-11-07T10:48:27Z summary: GH-126222: Fix `_PyUop_num_popped` (GH-126507) files: A Misc/NEWS.d/ne

[Python-checkins] gh-126500: test_ssl: Don't stop ThreadedEchoServer on OSError in ConnectionHandler; rely on __exit__ (GH-126503)

2024-11-07 Thread encukou
https://github.com/python/cpython/commit/c9cda1608edf7664c10f4f467e24591062c2fe62 commit: c9cda1608edf7664c10f4f467e24591062c2fe62 branch: main author: Petr Viktorin committer: encukou date: 2024-11-07T11:07:02+01:00 summary: gh-126500: test_ssl: Don't stop ThreadedEchoServer on OSError in Conn

[Python-checkins] gh-126499: test_ssl: Don't assume err.reason is a string (GH-126501)

2024-11-07 Thread encukou
https://github.com/python/cpython/commit/78ad7e632248dc989378cabeb797b9f3d940d9f2 commit: 78ad7e632248dc989378cabeb797b9f3d940d9f2 branch: main author: Petr Viktorin committer: encukou date: 2024-11-07T11:06:27+01:00 summary: gh-126499: test_ssl: Don't assume err.reason is a string (GH-126501)

[Python-checkins] [3.13] gh-48020: [docs] Remove the logging howto suggested future FileHandler multiprocessing support (GH-126531) (#126540)

2024-11-07 Thread gpshead
https://github.com/python/cpython/commit/29997c4fe5c75492e709809fa93bb68692764c45 commit: 29997c4fe5c75492e709809fa93bb68692764c45 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2024-11-07T10:03:58Z summary: [3.13] gh-48020: [

[Python-checkins] gh-96398: Improve accuracy of compiler checks in configure.ac (#117815)

2024-11-07 Thread erlend-aasland
https://github.com/python/cpython/commit/a5b94d066016be63d632cccee0ec2a2eb24536dc commit: a5b94d066016be63d632cccee0ec2a2eb24536dc branch: main author: Erlend E. Aasland committer: erlend-aasland date: 2024-11-07T10:49:58+01:00 summary: gh-96398: Improve accuracy of compiler checks in configure.

[Python-checkins] gh-48020: [docs] Remove the logging howto suggested future FileHandler multiprocessing support (GH-126531)

2024-11-07 Thread gpshead
https://github.com/python/cpython/commit/1fe67df8e373a5177143e4a310c83438e79f9b77 commit: 1fe67df8e373a5177143e4a310c83438e79f9b77 branch: main author: Gregory P. Smith committer: gpshead date: 2024-11-07T01:57:01-08:00 summary: gh-48020: [docs] Remove the logging howto suggested future FileHand

[Python-checkins] [3.12] gh-125679: multiprocessing Lock and RLock - fix invalid representation string on MacOSX. (GH-125680) (#126534)

2024-11-07 Thread gpshead
https://github.com/python/cpython/commit/4f10b8eacfe563f69ce348674d8c81f8c88b4025 commit: 4f10b8eacfe563f69ce348674d8c81f8c88b4025 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2024-11-07T09:50:46Z summary: [3.12] gh-125679:

[Python-checkins] [3.13] gh-125679: multiprocessing Lock and RLock - fix invalid representation string on MacOSX. (GH-125680) (#126533)

2024-11-07 Thread gpshead
https://github.com/python/cpython/commit/3b05ef10c1daf2a1d0a89d492aedfc7d61f77a26 commit: 3b05ef10c1daf2a1d0a89d492aedfc7d61f77a26 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2024-11-07T01:49:31-08:00 summary: [3.13] gh-125

[Python-checkins] gh-125679: multiprocessing Lock and RLock - fix invalid representation string on MacOSX. (#125680)

2024-11-07 Thread gpshead
https://github.com/python/cpython/commit/75f7cf91ec5afc6091a0fd442a1f0435c19300b2 commit: 75f7cf91ec5afc6091a0fd442a1f0435c19300b2 branch: main author: Duprat committer: gpshead date: 2024-11-07T08:10:57Z summary: gh-125679: multiprocessing Lock and RLock - fix invalid representation string on

[Python-checkins] Cleanup multiprocessing comment and unusual import error message (#126532)

2024-11-07 Thread hauntsaninja
https://github.com/python/cpython/commit/d46d3f2ec783004f0927c9f5e6211a570360cf3b commit: d46d3f2ec783004f0927c9f5e6211a570360cf3b branch: main author: Gregory P. Smith committer: hauntsaninja <[email protected]> date: 2024-11-07T00:06:14-08:00 summary: Cleanup multip