[Python-checkins] [3.14] gh-80334: fix multiprocessing.freeze_support for other spawn platforms (GH-134462) (#134619)

2025-05-23 Thread gpshead
https://github.com/python/cpython/commit/00fd5440f03e55718bad76dbc45725f24744596c commit: 00fd5440f03e55718bad76dbc45725f24744596c branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2025-05-24T04:16:02Z summary: [3.14] gh-80334: f

[Python-checkins] [3.13] gh-80334: fix multiprocessing.freeze_support for other spawn platforms (GH-134462) (#134620)

2025-05-23 Thread gpshead
https://github.com/python/cpython/commit/44d184984d72d404228b161ddf03682feb625670 commit: 44d184984d72d404228b161ddf03682feb625670 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2025-05-24T04:13:37Z summary: [3.13] gh-80334: f

[Python-checkins] gh-80334: fix multiprocessing.freeze_support for other spawn platforms (GH-134462)

2025-05-23 Thread gpshead
https://github.com/python/cpython/commit/80284b5c5eebd0e603c38322f94a97a2853ceeba commit: 80284b5c5eebd0e603c38322f94a97a2853ceeba branch: main author: Eddy Mulyono committer: gpshead date: 2025-05-24T03:50:19Z summary: gh-80334: fix multiprocessing.freeze_support for other spawn platforms (GH-

[Python-checkins] [3.14] gh-134546: ensure remote pdb script is readable (GH-134552) (#134616)

2025-05-23 Thread gaogaotiantian
https://github.com/python/cpython/commit/de9444ef94abe0cc8f72c26cd3900f4c66883646 commit: de9444ef94abe0cc8f72c26cd3900f4c66883646 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: gaogaotiantian date: 2025-05-24T03:34:17Z summary: [3.14] gh-1

[Python-checkins] [3.13] gh-128840: Limit the number of parts in IPv6 address parsing (GH-128841) (#134611)

2025-05-23 Thread gpshead
https://github.com/python/cpython/commit/2e303414781b6382b0c657ff3ad2a310d66a8a14 commit: 2e303414781b6382b0c657ff3ad2a310d66a8a14 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2025-05-23T20:33:40-07:00 summary: [3.13] gh-128

[Python-checkins] [3.14] gh-128840: Limit the number of parts in IPv6 address parsing (GH-128841) (#134610)

2025-05-23 Thread gpshead
https://github.com/python/cpython/commit/576177d4b3c9385a943c202d9ed0af7988f67341 commit: 576177d4b3c9385a943c202d9ed0af7988f67341 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2025-05-23T20:33:35-07:00 summary: [3.14] gh-128

[Python-checkins] gh-134546: ensure remote pdb script is readable (#134552)

2025-05-23 Thread gaogaotiantian
https://github.com/python/cpython/commit/74a9c60f3ee2195e506144c3811090f1334c996b commit: 74a9c60f3ee2195e506144c3811090f1334c996b branch: main author: Anthony Sottile committer: gaogaotiantian date: 2025-05-23T23:07:39-04:00 summary: gh-134546: ensure remote pdb script is readable (#134552) fi

[Python-checkins] gh-128840: Limit the number of parts in IPv6 address parsing (GH-128841)

2025-05-23 Thread gpshead
https://github.com/python/cpython/commit/47f1161d3a2bec52b5b5e952150141709c247da2 commit: 47f1161d3a2bec52b5b5e952150141709c247da2 branch: main author: Seth Michael Larson committer: gpshead date: 2025-05-24T02:57:13Z summary: gh-128840: Limit the number of parts in IPv6 address parsing (GH-1288

[Python-checkins] [3.14] gh-132983: Make _zstd C code PEP 7 compliant (GH-134605) (#134609)

2025-05-23 Thread gpshead
https://github.com/python/cpython/commit/38a38243b7102e611c4dc3719975ff27dc7368b8 commit: 38a38243b7102e611c4dc3719975ff27dc7368b8 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2025-05-24T02:28:40Z summary: [3.14] gh-132983:

[Python-checkins] gh-132983: Make _zstd C code PEP 7 compliant (GH-134605)

2025-05-23 Thread gpshead
https://github.com/python/cpython/commit/973b8f69d31b4d86c37e0b7194a209f4f2efff06 commit: 973b8f69d31b4d86c37e0b7194a209f4f2efff06 branch: main author: Emma Smith committer: gpshead date: 2025-05-23T19:03:21-07:00 summary: gh-132983: Make _zstd C code PEP 7 compliant (GH-134605) Make _zstd C co

[Python-checkins] [3.14] gh-132983: Slightly tweak error messages for _zstd compressor/decompressor options dict (GH-134601) (#134602)

2025-05-23 Thread gpshead
https://github.com/python/cpython/commit/f301af627ea5138726a85b5d34ea92bf6198bcad commit: f301af627ea5138726a85b5d34ea92bf6198bcad branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2025-05-23T22:18:08Z summary: [3.14] gh-132983:

[Python-checkins] gh-132983: Slightly tweak error messages for _zstd compressor/decompressor options dict (#134601)

2025-05-23 Thread gpshead
https://github.com/python/cpython/commit/f478331f98930d94f7efc741f3bed4b693d5cec1 commit: f478331f98930d94f7efc741f3bed4b693d5cec1 branch: main author: Emma Smith committer: gpshead date: 2025-05-23T14:51:41-07:00 summary: gh-132983: Slightly tweak error messages for _zstd compressor/decompresso

[Python-checkins] [3.14] gh-134557: Revert "[3.14] gh-132775: Use _PyCode GetScriptXIData()" (gh-134600)

2025-05-23 Thread ericsnowcurrently
https://github.com/python/cpython/commit/7476f90af2cf9207c792c0dc3ee9a5ca7b4fabfa commit: 7476f90af2cf9207c792c0dc3ee9a5ca7b4fabfa branch: 3.14 author: Eric Snow committer: ericsnowcurrently date: 2025-05-23T20:11:38Z summary: [3.14] gh-134557: Revert "[3.14] gh-132775: Use _PyCode GetScriptXID

[Python-checkins] gh-134557: Revert "gh-132775: Use _PyCode GetScriptXIData()" (gh-134599)

2025-05-23 Thread ericsnowcurrently
https://github.com/python/cpython/commit/8a793c4a365d06a7264887698ccd7d6ba6aba9f2 commit: 8a793c4a365d06a7264887698ccd7d6ba6aba9f2 branch: main author: Eric Snow committer: ericsnowcurrently date: 2025-05-23T20:04:20Z summary: gh-134557: Revert "gh-132775: Use _PyCode GetScriptXIData()" (gh-1345

[Python-checkins] [3.14] gh-134381: Fix RuntimeError when starting not-yet started Thread after fork (gh-134514) (gh-134596)

2025-05-23 Thread colesbury
https://github.com/python/cpython/commit/09a34f1f659cd66c380353cf9b8b0247789128cc commit: 09a34f1f659cd66c380353cf9b8b0247789128cc branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2025-05-23T19:49:13Z summary: [3.14] gh-134381

[Python-checkins] [3.13] gh-134381: Fix RuntimeError when starting not-yet started Thread after fork (gh-134514) (gh-134597)

2025-05-23 Thread colesbury
https://github.com/python/cpython/commit/e4c4ecccec01f88f481ace28eb877ed5e80b6c69 commit: e4c4ecccec01f88f481ace28eb877ed5e80b6c69 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2025-05-23T19:45:51Z summary: [3.13] gh-134381

[Python-checkins] gh-134381: Fix RuntimeError when starting not-yet started Thread after fork (gh-134514)

2025-05-23 Thread colesbury
https://github.com/python/cpython/commit/9a2346df861f26d5f8d054ad2f9c37134dee3822 commit: 9a2346df861f26d5f8d054ad2f9c37134dee3822 branch: main author: Jiucheng(Oliver) committer: colesbury date: 2025-05-23T15:22:14-04:00 summary: gh-134381: Fix RuntimeError when starting not-yet started Thread

[Python-checkins] gh-120170: Exclude __mp_main__ in C version of whichmodule() (#120171)

2025-05-23 Thread hugovk
https://github.com/python/cpython/commit/05a19b5e56894fd1e63aff6b38fb23ad7c7b3047 commit: 05a19b5e56894fd1e63aff6b38fb23ad7c7b3047 branch: main author: Daniel Li committer: hugovk <[email protected]> date: 2025-05-23T21:45:45+03:00 summary: gh-120170: Exclude __mp_main__ in

[Python-checkins] gh-134565: Use ExceptionGroup to handle multiple errors in unittest.doModuleCleanups() (GH-134566)

2025-05-23 Thread serhiy-storchaka
https://github.com/python/cpython/commit/393773ae8763202ecf7afff81c4d57bd37c62ff6 commit: 393773ae8763202ecf7afff81c4d57bd37c62ff6 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-05-23T21:07:49+03:00 summary: gh-134565: Use ExceptionGroup to handle multiple errors in

[Python-checkins] [3.13] gh-134578: Mark more slow tests (GH-134579) (GH-134592)

2025-05-23 Thread serhiy-storchaka
https://github.com/python/cpython/commit/03086125088140ceaf56779e0aedf2b08f93a1e9 commit: 03086125088140ceaf56779e0aedf2b08f93a1e9 branch: 3.13 author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-05-23T17:31:05Z summary: [3.13] gh-134578: Mark more slow tests (GH-134579) (GH-134592)

[Python-checkins] [3.14] gh-133454: Reduce the number of threads in test_racing_getbuf_and_releasebuf (GH-133458) (GH-134589)

2025-05-23 Thread serhiy-storchaka
https://github.com/python/cpython/commit/6e605861751eb0f8cca3836e2eadd34faf6a7ad2 commit: 6e605861751eb0f8cca3836e2eadd34faf6a7ad2 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-05-23T17:23:47Z summary: [3.14] gh

[Python-checkins] gh-133454: Reduce the number of threads in test_racing_getbuf_and_releasebuf (GH-133458)

2025-05-23 Thread serhiy-storchaka
https://github.com/python/cpython/commit/fc0c9c24121c1a62b25b79062286f976699b59e9 commit: fc0c9c24121c1a62b25b79062286f976699b59e9 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-05-23T19:58:34+03:00 summary: gh-133454: Reduce the number of threads in test_racing_get

[Python-checkins] gh-134578: Mark more slow tests (GH-134579)

2025-05-23 Thread serhiy-storchaka
https://github.com/python/cpython/commit/77eade39f972a4f3d8e9fec00288779f35ceee21 commit: 77eade39f972a4f3d8e9fec00288779f35ceee21 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-05-23T19:59:10+03:00 summary: gh-134578: Mark more slow tests (GH-134579) files: M Lib/

[Python-checkins] gh-131798: Small improvements to `remove_unneeded_uops` (GH-134554)

2025-05-23 Thread Fidget-Spinner
https://github.com/python/cpython/commit/71dea74865a4f0e065e3dfc1acc70f7eee4f659e commit: 71dea74865a4f0e065e3dfc1acc70f7eee4f659e branch: main author: Tomas R. committer: Fidget-Spinner date: 2025-05-23T20:48:45+08:00 summary: gh-131798: Small improvements to `remove_unneeded_uops` (GH-134554)

[Python-checkins] [3.14] gh-133885: Use locks instead of critical sections for _zstd (gh-134289) (gh-134560)

2025-05-23 Thread colesbury
https://github.com/python/cpython/commit/81675941fb51f09b89ba46bce237222a87ea60f6 commit: 81675941fb51f09b89ba46bce237222a87ea60f6 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2025-05-23T10:00:38Z summary: [3.14] gh-133885

[Python-checkins] [3.13] gh-106318: Add example for `str.center()` (GH-134518) (#134572)

2025-05-23 Thread hugovk
https://github.com/python/cpython/commit/5b203f511be80b9db7697606783ef2d3f3a4d92e commit: 5b203f511be80b9db7697606783ef2d3f3a4d92e branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-05-2

[Python-checkins] gh-134486: Fix missing alloca() symbol in _ctypes on NetBSD (#134487)

2025-05-23 Thread vstinner
https://github.com/python/cpython/commit/b8f55266bf873bc101c3aab7aa868b909ecbcb99 commit: b8f55266bf873bc101c3aab7aa868b909ecbcb99 branch: main author: Collin Funk committer: vstinner date: 2025-05-23T13:11:04+02:00 summary: gh-134486: Fix missing alloca() symbol in _ctypes on NetBSD (#134487)

[Python-checkins] [3.14] gh-106318: Add example for `str.count()` (GH-134519) (#134574)

2025-05-23 Thread hugovk
https://github.com/python/cpython/commit/896b745a7a191c144c27893933b8bf57b4fc77a9 commit: 896b745a7a191c144c27893933b8bf57b4fc77a9 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-05-2

[Python-checkins] [3.14] Further improves Advanced installation docs for PyManager (GH-134541) (GH-134576)

2025-05-23 Thread zooba
https://github.com/python/cpython/commit/adb0794692f3c4b711da09bd541fb8ce4faeb101 commit: adb0794692f3c4b711da09bd541fb8ce4faeb101 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: zooba date: 2025-05-23T10:23:06Z summary: [3.14] Further impro

[Python-checkins] Further improves Advanced installation docs for PyManager (GH-134541)

2025-05-23 Thread zooba
https://github.com/python/cpython/commit/99a9ab1c64dce26c0f2dce7621b4d7f75da69856 commit: 99a9ab1c64dce26c0f2dce7621b4d7f75da69856 branch: main author: Steve Dower committer: zooba date: 2025-05-23T11:17:18+01:00 summary: Further improves Advanced installation docs for PyManager (GH-134541) fil

[Python-checkins] [3.13] gh-106318: Add example for `str.count()` (GH-134519) (#134573)

2025-05-23 Thread hugovk
https://github.com/python/cpython/commit/1dbb644a5b458aebc48022d2c28d16dfd8ae0d73 commit: 1dbb644a5b458aebc48022d2c28d16dfd8ae0d73 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-05-2

[Python-checkins] [3.14] gh-106318: Add example for `str.center()` (GH-134518) (#134571)

2025-05-23 Thread hugovk
https://github.com/python/cpython/commit/7efe67ae3597b654c7d0005763e148a5d0e9d9ef commit: 7efe67ae3597b654c7d0005763e148a5d0e9d9ef branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-05-2

[Python-checkins] gh-106318: Add example for `str.count()` (#134519)

2025-05-23 Thread hugovk
https://github.com/python/cpython/commit/17294680167d4b61dbf3d705f07b213b7c58e2dd commit: 17294680167d4b61dbf3d705f07b213b7c58e2dd branch: main author: Blaise Pabon committer: hugovk <[email protected]> date: 2025-05-23T12:47:11+03:00 summary: gh-106318: Add example for `str

[Python-checkins] gh-106318: Add example for `str.center()` (#134518)

2025-05-23 Thread hugovk
https://github.com/python/cpython/commit/da9b5c1c9c6ecea399b26175a2d048051d21aa04 commit: da9b5c1c9c6ecea399b26175a2d048051d21aa04 branch: main author: Blaise Pabon committer: hugovk <[email protected]> date: 2025-05-23T12:44:15+03:00 summary: gh-106318: Add example for `str

[Python-checkins] [3.13] Add notes on nogil & reinitialization to the Opt-Out section in Module Isolation HOWTO (GH-134141) (GH-134491)

2025-05-23 Thread encukou
https://github.com/python/cpython/commit/c6497d632d722fe1529bca178d83484430461f0b commit: c6497d632d722fe1529bca178d83484430461f0b branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2025-05-23T10:46:58+02:00 summary: [3.13] Add no