[Python-checkins] [3.13] gh-130547: Fix race between dict_dealloc and split_keys_entry_added (gh-130778) (gh-130833)

2025-03-04 Thread corona10
https://github.com/python/cpython/commit/ffef9b0440e4391cbad69dbb11716f54cb8539ab commit: ffef9b0440e4391cbad69dbb11716f54cb8539ab branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: corona10 date: 2025-03-05T10:41:29+09:00 summary: [3.13] gh-13

[Python-checkins] [3.12] GH-125722: Increase minimum supported Sphinx to 8.2.0 (GH-130444) (#130859)

2025-03-04 Thread AA-Turner
https://github.com/python/cpython/commit/919300e42acaf2bb7cd00fcac5e9dd4e2e75f0c7 commit: 919300e42acaf2bb7cd00fcac5e9dd4e2e75f0c7 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] [3.13] GH-125722: Increase minimum supported Sphinx to 8.2.0 (GH-130444) (#130858)

2025-03-04 Thread AA-Turner
https://github.com/python/cpython/commit/80cce5992959d69be8f13b8c8efcb34bd58baee4 commit: 80cce5992959d69be8f13b8c8efcb34bd58baee4 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] GH-125722: Increase minimum supported Sphinx to 8.2.0 (#130444)

2025-03-04 Thread AA-Turner
https://github.com/python/cpython/commit/e53d105872fafa77507ea33b7ecf0faddd4c3b60 commit: e53d105872fafa77507ea33b7ecf0faddd4c3b60 branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025-03-05T00:31:0

[Python-checkins] [3.13] gh-130794: Process interpreter QSBR queue in _PyMem_AbandonDelayed. (gh-130808) (#130857)

2025-03-04 Thread colesbury
https://github.com/python/cpython/commit/07522755ae6094b86c0d79249f6d0d81ef990f39 commit: 07522755ae6094b86c0d79249f6d0d81ef990f39 branch: 3.13 author: Sam Gross committer: colesbury date: 2025-03-04T23:35:22Z summary: [3.13] gh-130794: Process interpreter QSBR queue in _PyMem_AbandonDelayed. (

[Python-checkins] gh-130794: Process interpreter QSBR queue in _PyMem_AbandonDelayed. (gh-130808)

2025-03-04 Thread colesbury
https://github.com/python/cpython/commit/2f6e0e9f7001769be746ee96356656d3ebdc7f96 commit: 2f6e0e9f7001769be746ee96356656d3ebdc7f96 branch: main author: Sam Gross committer: colesbury date: 2025-03-04T18:04:04-05:00 summary: gh-130794: Process interpreter QSBR queue in _PyMem_AbandonDelayed. (gh-

[Python-checkins] gh-127371 Avoid unbounded growth SpooledTempfile.writelines (GH-127372)

2025-03-04 Thread serhiy-storchaka
https://github.com/python/cpython/commit/cb67b44ca92f9930b3aa2aba8420c89d12a25303 commit: cb67b44ca92f9930b3aa2aba8420c89d12a25303 branch: main author: Bert Peters committer: serhiy-storchaka date: 2025-03-05T00:06:07+02:00 summary: gh-127371 Avoid unbounded growth SpooledTempfile.writelines (GH

[Python-checkins] GH-130415: Narrow str to "" based on boolean tests (GH-130476)

2025-03-04 Thread brandtbucher
https://github.com/python/cpython/commit/691354ccb04f0e8f4faa864ee5003fc5efe8377e commit: 691354ccb04f0e8f4faa864ee5003fc5efe8377e branch: main author: Amit Lavon committer: brandtbucher date: 2025-03-04T13:20:17-08:00 summary: GH-130415: Narrow str to "" based on boolean tests (GH-130476) file

[Python-checkins] gh-125377: Improve tab indentation for pdb multi-line input (#130471)

2025-03-04 Thread gaogaotiantian
https://github.com/python/cpython/commit/b6769e9404646e38d9c786984ef308c8e9747b91 commit: b6769e9404646e38d9c786984ef308c8e9747b91 branch: main author: Tian Gao committer: gaogaotiantian date: 2025-03-04T15:45:38-05:00 summary: gh-125377: Improve tab indentation for pdb multi-line input (#130471

[Python-checkins] GH-130415: Narrow int to 0 based on boolean tests (GH-130772)

2025-03-04 Thread brandtbucher
https://github.com/python/cpython/commit/c989e74446836ce8a00ae002d4c229c81e1f7905 commit: c989e74446836ce8a00ae002d4c229c81e1f7905 branch: main author: Klaus117 committer: brandtbucher date: 2025-03-04T12:44:09-08:00 summary: GH-130415: Narrow int to 0 based on boolean tests (GH-130772) files:

[Python-checkins] gh-130660: Add a test for pdb when user quits after interact command (#130852)

2025-03-04 Thread gaogaotiantian
https://github.com/python/cpython/commit/e20e47dda67451d24e8b3f5784d64135abebf92f commit: e20e47dda67451d24e8b3f5784d64135abebf92f branch: main author: Tian Gao committer: gaogaotiantian date: 2025-03-04T15:10:32-05:00 summary: gh-130660: Add a test for pdb when user quits after interact command

[Python-checkins] gh-105499: Merge typing.Union and types.UnionType (#105511)

2025-03-04 Thread JelleZijlstra
https://github.com/python/cpython/commit/dc6d66f44c0a25b69dfec7e4ffc4a6fa5e4feada commit: dc6d66f44c0a25b69dfec7e4ffc4a6fa5e4feada branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2025-03-04T11:44:19-08:00 summary: gh-105499: Merge typing.Union and types.UnionType (#105511) Co

[Python-checkins] gh-126085: Add `tp_iter` to TypeAliasType to allow star unpacking (#127981)

2025-03-04 Thread JelleZijlstra
https://github.com/python/cpython/commit/e091520fdbcfe406e5fdcf66b7864b2b34a6726b commit: e091520fdbcfe406e5fdcf66b7864b2b34a6726b branch: main author: Tomas R. committer: JelleZijlstra date: 2025-03-04T11:34:59-08:00 summary: gh-126085: Add `tp_iter` to TypeAliasType to allow star unpacking (#1

[Python-checkins] gh-130730: Fix multiprocessing test_active_children() (#130837)

2025-03-04 Thread vstinner
https://github.com/python/cpython/commit/3dd3675492a3fc3b7996613ef75a9044ee7449b0 commit: 3dd3675492a3fc3b7996613ef75a9044ee7449b0 branch: main author: Victor Stinner committer: vstinner date: 2025-03-04T17:05:20Z summary: gh-130730: Fix multiprocessing test_active_children() (#130837) Replace

[Python-checkins] gh-130090: Support PGO for clang-cl on Windows (GH-129907)

2025-03-04 Thread zooba
https://github.com/python/cpython/commit/d8a1cf469e40b538a84e583ac1d5d34418ed9a6a commit: d8a1cf469e40b538a84e583ac1d5d34418ed9a6a branch: main author: Chris Eibl <[email protected]> committer: zooba date: 2025-03-04T19:29:03Z summary: gh-130090: Support PGO for clang-

[Python-checkins] [3.12] gh-130730: Fix multiprocessing test_active_children() (GH-130837) (#130846)

2025-03-04 Thread vstinner
https://github.com/python/cpython/commit/45e667c7c2d4fda27dbf59be74160a1d5c93c79d commit: 45e667c7c2d4fda27dbf59be74160a1d5c93c79d branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-03-04T17:22:12Z summary: [3.12] gh-130730:

[Python-checkins] [3.13] gh-130730: Fix multiprocessing test_active_children() (GH-130837) (#130845)

2025-03-04 Thread vstinner
https://github.com/python/cpython/commit/22d729cf5db6b03930d52c648327e0d953f9e3bc commit: 22d729cf5db6b03930d52c648327e0d953f9e3bc branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-03-04T17:28:33Z summary: [3.13] gh-130730:

[Python-checkins] GH-90916: Add helper function to dis.Instruction and use it to reduce churn in test_dis (GH-130643)

2025-03-04 Thread markshannon
https://github.com/python/cpython/commit/885c3d126f39711971d84a2dee04c19df8a301e4 commit: 885c3d126f39711971d84a2dee04c19df8a301e4 branch: main author: Mark Shannon committer: markshannon date: 2025-03-04T16:43:39Z summary: GH-90916: Add helper function to dis.Instruction and use it to reduce ch

[Python-checkins] gh-82987: Stop on calling frame unconditionally for inline breakpoints (#130493)

2025-03-04 Thread gaogaotiantian
https://github.com/python/cpython/commit/63b6ec31c44bc91f748a39daf4f65ef9ad25d21b commit: 63b6ec31c44bc91f748a39daf4f65ef9ad25d21b branch: main author: Tian Gao committer: gaogaotiantian date: 2025-03-04T11:35:47-05:00 summary: gh-82987: Stop on calling frame unconditionally for inline breakpoin

[Python-checkins] Revert "gh-128041: Add `terminate_workers` and `kill_workers` methods to ProcessPoolExecutor (GH-128043)" (#130838)

2025-03-04 Thread colesbury
https://github.com/python/cpython/commit/efadc5874cdecc0420926afd5540b9b25c5e97fe commit: efadc5874cdecc0420926afd5540b9b25c5e97fe branch: main author: Sam Gross committer: colesbury date: 2025-03-04T11:19:06-05:00 summary: Revert "gh-128041: Add `terminate_workers` and `kill_workers` methods to

[Python-checkins] [3.12] gh-129567: Add a note to typing.TypedDict docs about name mangling (GH-130233) (#130842)

2025-03-04 Thread sobolevn
https://github.com/python/cpython/commit/50270fc9803283d9a7d12731e6d84012f3ef7b32 commit: 50270fc9803283d9a7d12731e6d84012f3ef7b32 branch: 3.12 author: sobolevn committer: sobolevn date: 2025-03-04T15:34:34Z summary: [3.12] gh-129567: Add a note to typing.TypedDict docs about name mangling (GH-

[Python-checkins] [3.13] gh-130727: Retry test_wmi on TimeoutError (GH-130832) (#130839)

2025-03-04 Thread vstinner
https://github.com/python/cpython/commit/a115480f71a44f53372392d262c50914544d583d commit: a115480f71a44f53372392d262c50914544d583d branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-03-04T15:31:22Z summary: [3.13] gh-130727:

[Python-checkins] [3.13] gh-129567: Add a note to `typing.TypedDict` docs about name mangling (GH-130233) (#130841)

2025-03-04 Thread sobolevn
https://github.com/python/cpython/commit/418021e22911dbaf54dacdec9e315c5778185074 commit: 418021e22911dbaf54dacdec9e315c5778185074 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-03-04T15:21:11Z summary: [3.13] gh-129567:

[Python-checkins] gh-130727: Retry test_wmi on TimeoutError (#130832)

2025-03-04 Thread vstinner
https://github.com/python/cpython/commit/f67ff9e82071b21c1960401aed4844b00b5bfb53 commit: f67ff9e82071b21c1960401aed4844b00b5bfb53 branch: main author: Victor Stinner committer: vstinner date: 2025-03-04T16:07:01+01:00 summary: gh-130727: Retry test_wmi on TimeoutError (#130832) Use sleeping_re

[Python-checkins] gh-129567: Add a note to `typing.TypedDict` docs about name mangling (#130233)

2025-03-04 Thread sobolevn
https://github.com/python/cpython/commit/63ffb406bb000a42b0dbddcfc01cb98a12f8f76a commit: 63ffb406bb000a42b0dbddcfc01cb98a12f8f76a branch: main author: sobolevn committer: sobolevn date: 2025-03-04T18:15:00+03:00 summary: gh-129567: Add a note to `typing.TypedDict` docs about name mangling (#130

[Python-checkins] gh-128184: Fix display of signatures with ForwardRefs (#130815)

2025-03-04 Thread JelleZijlstra
https://github.com/python/cpython/commit/1d251b8339a34a54e5d82d912d90bc0ca96e8757 commit: 1d251b8339a34a54e5d82d912d90bc0ca96e8757 branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2025-03-04T06:58:37-08:00 summary: gh-128184: Fix display of signatures with ForwardRefs (#130815)

[Python-checkins] gh-130547: Fix race between dict_dealloc and split_keys_entry_added (gh-130778)

2025-03-04 Thread corona10
https://github.com/python/cpython/commit/80e6d3ec4972220587c8b883161311a49ea8d0ff commit: 80e6d3ec4972220587c8b883161311a49ea8d0ff branch: main author: Donghee Na committer: corona10 date: 2025-03-04T22:50:33+09:00 summary: gh-130547: Fix race between dict_dealloc and split_keys_entry_added (gh-

[Python-checkins] gh-129666: Add C11/C++11 to docs and -pedantic-errors to GCC/clang test_c[pp]ext tests (GH-130692)

2025-03-04 Thread encukou
https://github.com/python/cpython/commit/d91cc9db155024b0a221cf32f4f49617544618bf commit: d91cc9db155024b0a221cf32f4f49617544618bf branch: main author: Petr Viktorin committer: encukou date: 2025-03-04T14:10:09+01:00 summary: gh-129666: Add C11/C++11 to docs and -pedantic-errors to GCC/clang te

[Python-checkins] [3.13] gh-130736: Fix asyncio test_shutdown_default_executor_timeout() (GH-130800) (#130825)

2025-03-04 Thread kumaraditya303
https://github.com/python/cpython/commit/39dc7a1af236e263ac46ee5a48068faddca2651e commit: 39dc7a1af236e263ac46ee5a48068faddca2651e branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-03-04T17:41:31+05:30 summary: [3.13]

[Python-checkins] [3.12] gh-130736: Fix asyncio test_shutdown_default_executor_timeout() (GH-130800) (#130826)

2025-03-04 Thread kumaraditya303
https://github.com/python/cpython/commit/a0ac4dbe88041c7ca1d58c85305bf9d8c2286c19 commit: a0ac4dbe88041c7ca1d58c85305bf9d8c2286c19 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-03-04T17:41:00+05:30 summary: [3.12]

[Python-checkins] gh-130736: Fix asyncio test_shutdown_default_executor_timeout() (#130800)

2025-03-04 Thread vstinner
https://github.com/python/cpython/commit/6c48ed7d62c6ca0eb24935b0e612f9e4a1a3b1bc commit: 6c48ed7d62c6ca0eb24935b0e612f9e4a1a3b1bc branch: main author: Victor Stinner committer: vstinner date: 2025-03-04T11:16:07Z summary: gh-130736: Fix asyncio test_shutdown_default_executor_timeout() (#130800)

[Python-checkins] gh-89083: add support for UUID version 7 (RFC 9562) (#121119)

2025-03-04 Thread picnixz
https://github.com/python/cpython/commit/3929af5e3a203291dc07b40c9c3515492e3ba7b4 commit: 3929af5e3a203291dc07b40c9c3515492e3ba7b4 branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-03-04T10:47:19+

[Python-checkins] [3.12] gh-130740: Move some `stdbool.h` includes after `Python.h` (#130738) (#130757)

2025-03-04 Thread picnixz
https://github.com/python/cpython/commit/7ce5f1598186ef652246aefbea498f2dd4f3dcfd commit: 7ce5f1598186ef652246aefbea498f2dd4f3dcfd branch: 3.12 author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-03-04T10:38:24+

[Python-checkins] gh-111178: Fix function signatures in structseq.c (#130683)

2025-03-04 Thread vstinner
https://github.com/python/cpython/commit/0b6e98c8417316a1692bfb98eaea7c44194dcf8d commit: 0b6e98c8417316a1692bfb98eaea7c44194dcf8d branch: main author: Victor Stinner committer: vstinner date: 2025-03-04T10:33:45+01:00 summary: gh-78: Fix function signatures in structseq.c (#130683) files:

[Python-checkins] gh-111178: Fix function signatures of unicodeiter (#130684)

2025-03-04 Thread vstinner
https://github.com/python/cpython/commit/ed8675c571d633fb93c69f113a6bf47e80b7d120 commit: ed8675c571d633fb93c69f113a6bf47e80b7d120 branch: main author: Victor Stinner committer: vstinner date: 2025-03-04T10:33:09+01:00 summary: gh-78: Fix function signatures of unicodeiter (#130684) files:

[Python-checkins] gh-130149: fix HMAC tests for some FIPS-only build bots (#130788)

2025-03-04 Thread picnixz
https://github.com/python/cpython/commit/15d926b28537a0ef091a103ca01e67ce90845735 commit: 15d926b28537a0ef091a103ca01e67ce90845735 branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-03-04T10:15:33+