[Python-checkins] GH-127134: Add note about forward compatibility for suggest_on_error (#127137)

2024-11-22 Thread savannahostrowski
https://github.com/python/cpython/commit/a13e94d84bff334da3da2cab523ba75b57e0787f commit: a13e94d84bff334da3da2cab523ba75b57e0787f branch: main author: Savannah Ostrowski committer: savannahostrowski date: 2024-11-22T19:18:18-08:00 summary: GH-127134: Add note about forward compatibility for sug

[Python-checkins] [3.13] Fix a few typos found in the docs (GH-127126) (GH-127181)

2024-11-22 Thread brettcannon
https://github.com/python/cpython/commit/9291095a746cbd266a3681a26e10989def6f8629 commit: 9291095a746cbd266a3681a26e10989def6f8629 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: brettcannon date: 2024-11-23T00:09:35Z summary: [3.13] Fix a f

[Python-checkins] Fix a few typos found in the docs (GH-127126)

2024-11-22 Thread brettcannon
https://github.com/python/cpython/commit/39e60aeb3837f1f23d8b7f30d3b8d9faf805ef88 commit: 39e60aeb3837f1f23d8b7f30d3b8d9faf805ef88 branch: main author: Rafael Fontenelle committer: brettcannon date: 2024-11-22T16:02:51-08:00 summary: Fix a few typos found in the docs (GH-127126) files: M Doc/li

[Python-checkins] gh-115999: Record success in `specialize` (#127167)

2024-11-22 Thread mpage
https://github.com/python/cpython/commit/d24a22e9b6377797c3b602945347096fbe065670 commit: d24a22e9b6377797c3b602945347096fbe065670 branch: main author: mpage committer: mpage date: 2024-11-22T12:07:05-08:00 summary: gh-115999: Record success in `specialize` (#127167) Record success in `speciali

[Python-checkins] [3.12] gh-109746: Make _thread.start_new_thread delete state of new thread on its startup failure (GH-109761) (GH-127173)

2024-11-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/f1e74248025b36a0c5d12f72c4ab713f4682f523 commit: f1e74248025b36a0c5d12f72c4ab713f4682f523 branch: 3.12 author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-11-22T19:56:39Z summary: [3.12] gh-109746: Make _thread.start_new_thread delete state of

[Python-checkins] [3.13] gh-109746: Make _thread.start_new_thread delete state of new thread on its startup failure (GH-109761) (GH-127171)

2024-11-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/75ef92da291247fd9d21ec26bd22bf8055b5f330 commit: 75ef92da291247fd9d21ec26bd22bf8055b5f330 branch: 3.13 author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-11-22T19:55:44Z summary: [3.13] gh-109746: Make _thread.start_new_thread delete state of

[Python-checkins] gh-119786: add code object doc, inline locations.md into it (#126832)

2024-11-22 Thread iritkatriel
https://github.com/python/cpython/commit/4b12a6ff4ac6659156a01ae224249c7e145ff865 commit: 4b12a6ff4ac6659156a01ae224249c7e145ff865 branch: main author: Irit Katriel <[email protected]> committer: iritkatriel <[email protected]> date: 2024-11-22T

[Python-checkins] gh-109746: Make _thread.start_new_thread delete state of new thread on its startup failure (GH-109761)

2024-11-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/ca3ea9ad05c3d876a58463595e5b4228fda06936 commit: ca3ea9ad05c3d876a58463595e5b4228fda06936 branch: main author: Radislav Chugunov <[email protected]> committer: serhiy-storchaka date: 2024-11-22T21:20:07+02:00 summary: gh-109746: Mak

[Python-checkins] [3.13] gh-122544: Change OS image in GitHub Actions to Ubuntu 24.04 (#122566) (#126619)

2024-11-22 Thread ambv
https://github.com/python/cpython/commit/950daf8765d5ea026112c2affccc9ae06ee90827 commit: 950daf8765d5ea026112c2affccc9ae06ee90827 branch: 3.13 author: Damien <[email protected]> committer: ambv date: 2024-11-22T20:18:57+01:00 summary: [3.13] gh-122544: Change OS image

[Python-checkins] GH-89435: os.path should not be a frozen module (#126924)

2024-11-22 Thread FFY00
https://github.com/python/cpython/commit/a264637654f9d3ac3c140e66fd56ee32faf22431 commit: a264637654f9d3ac3c140e66fd56ee32faf22431 branch: main author: Filipe Laíns 🇵🇸 committer: FFY00 date: 2024-11-22T18:50:30Z summary: GH-89435: os.path should not be a frozen module (#126924) files: M Python/

[Python-checkins] gh-127022: Simplify `PyStackRef_FromPyObjectSteal` (#127024)

2024-11-22 Thread colesbury
https://github.com/python/cpython/commit/4759ba6eec9f0b36b24b8eb7e7b120d471c67e82 commit: 4759ba6eec9f0b36b24b8eb7e7b120d471c67e82 branch: main author: Sam Gross committer: colesbury date: 2024-11-22T12:55:33-05:00 summary: gh-127022: Simplify `PyStackRef_FromPyObjectSteal` (#127024) This gets

[Python-checkins] Enable aarch64 Ubuntu CI jobs (#125786)

2024-11-22 Thread ambv
https://github.com/python/cpython/commit/8214e0f709010a0e1fa06dc2ce004b5f6103cc6b commit: 8214e0f709010a0e1fa06dc2ce004b5f6103cc6b branch: main author: Łukasz Langa committer: ambv date: 2024-11-22T18:29:18+01:00 summary: Enable aarch64 Ubuntu CI jobs (#125786) This change enables custom GHA ru

[Python-checkins] gh-115999: Add free-threaded specialization for `UNPACK_SEQUENCE` (#126600)

2024-11-22 Thread Eclips4
https://github.com/python/cpython/commit/27486c3365a1f628e2df9a0e88c7c51706a1282e commit: 27486c3365a1f628e2df9a0e88c7c51706a1282e branch: main author: Kirill Podoprigora committer: Eclips4 date: 2024-11-22T19:00:35+02:00 summary: gh-115999: Add free-threaded specialization for `UNPACK_SEQUENCE`

[Python-checkins] [3.13] gh-88110: Clear concurrent.futures.thread._threads_queues after fork to avoid joining parent process' threads (GH-126098) (GH-127163)

2024-11-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/329865b883c4c51026c6abe656f2c0e83fed2c4e commit: 329865b883c4c51026c6abe656f2c0e83fed2c4e branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-11-22T17:08:18Z summary: [3.13] gh

[Python-checkins] gh-127117: Ensure the Correct Last Fields of PyInterpreterState and of _PyRuntimeState (gh-127118)

2024-11-22 Thread ericsnowcurrently
https://github.com/python/cpython/commit/5ba67af006079915af0a1312735efc40fa36c4f3 commit: 5ba67af006079915af0a1312735efc40fa36c4f3 branch: main author: Eric Snow committer: ericsnowcurrently date: 2024-11-22T09:37:02-07:00 summary: gh-127117: Ensure the Correct Last Fields of PyInterpreterState

[Python-checkins] [3.13] gh-109413: Fix libregrtest get_running() (GH-127153) (#127157)

2024-11-22 Thread vstinner
https://github.com/python/cpython/commit/f0d1a20b77b136906505e1f8a52597498f7b3257 commit: f0d1a20b77b136906505e1f8a52597498f7b3257 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-11-22T16:34:07Z summary: [3.13] gh-109413:

[Python-checkins] [3.12] gh-127001: Fix PATHEXT issues in shutil.which() on Windows (GH-127035) (GH-127158)

2024-11-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/29648980d440e70ade4e0975b8d6aa83214866ed commit: 29648980d440e70ade4e0975b8d6aa83214866ed branch: 3.12 author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-11-22T16:33:50Z summary: [3.12] gh-127001: Fix PATHEXT issues in shutil.which() on Windo

[Python-checkins] gh-86463: Fix a trailing space in argparse.rst (#127162)

2024-11-22 Thread AlexWaygood
https://github.com/python/cpython/commit/a5440d4a38316cc709ce0304175beda124b8e7f4 commit: a5440d4a38316cc709ce0304175beda124b8e7f4 branch: main author: Serhiy Storchaka committer: AlexWaygood date: 2024-11-22T16:34:05Z summary: gh-86463: Fix a trailing space in argparse.rst (#127162) files: M D

[Python-checkins] gh-88110: Clear concurrent.futures.thread._threads_queues after fork to avoid joining parent process' threads (GH-126098)

2024-11-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/1848ce61f349533ae5892a8c24c2e0e3c364fc8a commit: 1848ce61f349533ae5892a8c24c2e0e3c364fc8a branch: main author: Andrei Bodrov committer: serhiy-storchaka date: 2024-11-22T18:20:34+02:00 summary: gh-88110: Clear concurrent.futures.thread._threads_queues aft

[Python-checkins] [3.13] gh-127001: Fix PATHEXT issues in shutil.which() on Windows (GH-127035) (GH-127156)

2024-11-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/7f22b87d3573635699e71680b2a1596fef9cac4d commit: 7f22b87d3573635699e71680b2a1596fef9cac4d branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-11-22T16:18:44Z summary: [3.13] gh

[Python-checkins] gh-126384: Add tests to verify the behavior of basic COM methods. (GH-126610)

2024-11-22 Thread encukou
https://github.com/python/cpython/commit/7725c0371a93be3ccfaff4871014a80bdf0ea274 commit: 7725c0371a93be3ccfaff4871014a80bdf0ea274 branch: main author: Jun Komoda <[email protected]> committer: encukou date: 2024-11-22T16:57:31+01:00 summary: gh-126384: Add tests to verify

[Python-checkins] gh-109413: Fix libregrtest get_running() (#127153)

2024-11-22 Thread vstinner
https://github.com/python/cpython/commit/0cb20177d667f0058f3d8d808abaf340e8345f04 commit: 0cb20177d667f0058f3d8d808abaf340e8345f04 branch: main author: Victor Stinner committer: vstinner date: 2024-11-22T16:56:03+01:00 summary: gh-109413: Fix libregrtest get_running() (#127153) Skip threads whi

[Python-checkins] gh-127001: Fix PATHEXT issues in shutil.which() on Windows (GH-127035)

2024-11-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/8899e85de100557899da05f0b37867a371a73800 commit: 8899e85de100557899da05f0b37867a371a73800 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-11-22T17:52:15+02:00 summary: gh-127001: Fix PATHEXT issues in shutil.which() on Windows

[Python-checkins] Fix broken XML in Visual Studio project file (GH-127142)

2024-11-22 Thread zooba
https://github.com/python/cpython/commit/615abb99a4538520f380ab26a42f1506e08ffd09 commit: 615abb99a4538520f380ab26a42f1506e08ffd09 branch: main author: Sergey Muraviov committer: zooba date: 2024-11-22T15:30:01Z summary: Fix broken XML in Visual Studio project file (GH-127142) files: M PCbuild/

[Python-checkins] gh-86463: Fix default prog in subparsers if usage is used in the main parser (GH-125891)

2024-11-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/0cb4d6c6549d2299f7518f083bbe7d10314ecd66 commit: 0cb4d6c6549d2299f7518f083bbe7d10314ecd66 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-11-22T17:29:33+02:00 summary: gh-86463: Fix default prog in subparsers if usage is used

[Python-checkins] gh-127076: Ignore memory mmap in FileIO testing (#127088)

2024-11-22 Thread vstinner
https://github.com/python/cpython/commit/46f8a7bbdbb02cafaa00f7bb9478d3d27affc57a commit: 46f8a7bbdbb02cafaa00f7bb9478d3d27affc57a branch: main author: Cody Maloney committer: vstinner date: 2024-11-22T15:55:32+01:00 summary: gh-127076: Ignore memory mmap in FileIO testing (#127088) `mmap`, `mu

[Python-checkins] gh-126700: pygettext: Support more gettext functions (GH-126912)

2024-11-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/0a1944cda8504ba0478a51075eba540576570336 commit: 0a1944cda8504ba0478a51075eba540576570336 branch: main author: Tomas R. committer: serhiy-storchaka date: 2024-11-22T16:52:16+02:00 summary: gh-126700: pygettext: Support more gettext functions (GH-126912)

[Python-checkins] [3.13] gh-127065: Make `methodcaller` thread-safe in free threading build (GH-127109) (GH-127150)

2024-11-22 Thread colesbury
https://github.com/python/cpython/commit/5468d219df65d4fe3335e2bcc09d2f6032a32c70 commit: 5468d219df65d4fe3335e2bcc09d2f6032a32c70 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2024-11-22T14:51:40Z summary: [3.13] gh-127065

[Python-checkins] gh-127065: Make `methodcaller` thread-safe in free threading build (#127109)

2024-11-22 Thread colesbury
https://github.com/python/cpython/commit/f83ca6962af973fff6a3124f4bd3d45fea4dd5b8 commit: f83ca6962af973fff6a3124f4bd3d45fea4dd5b8 branch: main author: Sam Gross committer: colesbury date: 2024-11-22T09:21:59-05:00 summary: gh-127065: Make `methodcaller` thread-safe in free threading build (#127

[Python-checkins] [3.12] GH-122679: Add `register()` to argparse docs (GH-126939) (GH-127148)

2024-11-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/32bc8e83db3bcca7138dbd23e7925c0a5217c0a0 commit: 32bc8e83db3bcca7138dbd23e7925c0a5217c0a0 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-11-22T14:13:43Z summary: [3.12] GH

[Python-checkins] [3.13] GH-122679: Add `register()` to argparse docs (GH-126939) (GH-127149)

2024-11-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/1b58c0f3088a1e6afe508ca3a6f976749f58cb77 commit: 1b58c0f3088a1e6afe508ca3a6f976749f58cb77 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-11-22T16:12:05+02:00 summary: [3.1

[Python-checkins] [3.12] gh-127082: Replace "Windows only" with the `availability: Windows` in `ctypes` doc (GH-127099) (#127145)

2024-11-22 Thread vstinner
https://github.com/python/cpython/commit/caad9047cb13a4e60eb708ce07578576ce9a84c9 commit: caad9047cb13a4e60eb708ce07578576ce9a84c9 branch: 3.12 author: Jun Komoda <[email protected]> committer: vstinner date: 2024-11-22T14:08:37+01:00 summary: [3.12] gh-127082: Replace "Win

[Python-checkins] [3.13] gh-127082: Replace "Windows only" with the `availability: Windows` in `ctypes` doc (GH-127099) (#127144)

2024-11-22 Thread vstinner
https://github.com/python/cpython/commit/af00c586525f6018c7ecd877cddeb936f9b2aedf commit: af00c586525f6018c7ecd877cddeb936f9b2aedf branch: 3.13 author: Jun Komoda <[email protected]> committer: vstinner date: 2024-11-22T14:09:53+01:00 summary: [3.13] gh-127082: Replace "Win