[Python-checkins] gh-114115: Update documentation of array.array (GH-114117)

2024-01-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/650f9e4c94711ff49ea4e13bf800945a6147b7e0 commit: 650f9e4c94711ff49ea4e13bf800945a6147b7e0 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-01-22T08:42:50Z summary: gh-114115: Update documentation of array.array (GH-114117) Co-

[Python-checkins] gh-114414: Assert PyType_GetModuleByDef result in _threadmodule (#114415)

2024-01-22 Thread erlend-aasland
https://github.com/python/cpython/commit/d1b031cc58516e1aba823fd613528417a996f50d commit: d1b031cc58516e1aba823fd613528417a996f50d branch: main author: Nikita Sobolev committer: erlend-aasland date: 2024-01-22T10:19:25+01:00 summary: gh-114414: Assert PyType_GetModuleByDef result in _threadmodul

[Python-checkins] [3.11] gh-114115: Update documentation of array.array (GH-114117) (GH-114418)

2024-01-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/459726f6cde7867ee33a31f9fab250dc9d421367 commit: 459726f6cde7867ee33a31f9fab250dc9d421367 branch: 3.11 author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-01-22T09:37:09Z summary: [3.11] gh-114115: Update documentation of array.array (GH-11411

[Python-checkins] [3.12] gh-114115: Update documentation of array.array (GH-114117) (GH-114417)

2024-01-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/7da1750225807b40f951a1484d8f5feed3be0c71 commit: 7da1750225807b40f951a1484d8f5feed3be0c71 branch: 3.12 author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-01-22T09:37:16Z summary: [3.12] gh-114115: Update documentation of array.array (GH-11411

[Python-checkins] gh-113102: Fix typo in INSTRUMENTED_RESUME (GH-114349)

2024-01-22 Thread markshannon
https://github.com/python/cpython/commit/2f2ddabd1a02e3095b751100b94b529e4e0bcd20 commit: 2f2ddabd1a02e3095b751100b94b529e4e0bcd20 branch: main author: Guido van Rossum committer: markshannon date: 2024-01-22T11:56:28Z summary: gh-113102: Fix typo in INSTRUMENTED_RESUME (GH-114349) files: M Pyt

[Python-checkins] gh-113796: Add more validation checks in the csv.Dialect constructor (GH-113797)

2024-01-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/c8351a617b8970dbe0d3af721c6aea873019c466 commit: c8351a617b8970dbe0d3af721c6aea873019c466 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-01-22T15:34:16+02:00 summary: gh-113796: Add more validation checks in the csv.Dialect c

[Python-checkins] gh-108303: Move `smtpd` to `test.support` (#114368)

2024-01-22 Thread vstinner
https://github.com/python/cpython/commit/8f5e7d739f56a75022dfe8fa24675b6c7b321ab5 commit: 8f5e7d739f56a75022dfe8fa24675b6c7b321ab5 branch: main author: Nikita Sobolev committer: vstinner date: 2024-01-22T14:36:29+01:00 summary: gh-108303: Move `smtpd` to `test.support` (#114368) Update test_log

[Python-checkins] gh-103092: Ensure `_ctypes.c` static types are accessed via global state (#113857)

2024-01-22 Thread vstinner
https://github.com/python/cpython/commit/9f7176d360b5898003d5ca78bab1822ad67867c4 commit: 9f7176d360b5898003d5ca78bab1822ad67867c4 branch: main author: neonene <[email protected]> committer: vstinner date: 2024-01-22T14:40:36+01:00 summary: gh-103092: Ensure `_ctypes.c` st

[Python-checkins] [3.12] gh-108303: Move `smtpd` to `test.support` (GH-114368) (#114427)

2024-01-22 Thread vstinner
https://github.com/python/cpython/commit/58fdd15d5a70b0274ed5d4fc491700138aa51cdf commit: 58fdd15d5a70b0274ed5d4fc491700138aa51cdf branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-01-22T14:08:31Z summary: [3.12] gh-108303:

[Python-checkins] gh-102512: Turn _DummyThread into _MainThread after os.fork() called from a foreign thread (GH-113261)

2024-01-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/49785b06ded19c7c4afce186bac90fea707470ea commit: 49785b06ded19c7c4afce186bac90fea707470ea branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-01-22T16:14:42+02:00 summary: gh-102512: Turn _DummyThread into _MainThread after os.for

[Python-checkins] [3.11] gh-102512: Turn _DummyThread into _MainThread after os.fork() called from a foreign thread (GH-113261) (GH-114431)

2024-01-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/a0f30b04fe3a54ffe4dbd39bd927fc45a0896f2d commit: a0f30b04fe3a54ffe4dbd39bd927fc45a0896f2d branch: 3.11 author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-01-22T15:00:33Z summary: [3.11] gh-102512: Turn _DummyThread into _MainThread after os.f

[Python-checkins] gh-108303: Remove `Lib/test/shadowed_super.py` (#114372)

2024-01-22 Thread vstinner
https://github.com/python/cpython/commit/2ef520ebecf5544ba792266a5dbe4d53653a4a03 commit: 2ef520ebecf5544ba792266a5dbe4d53653a4a03 branch: main author: Nikita Sobolev committer: vstinner date: 2024-01-22T16:09:10+01:00 summary: gh-108303: Remove `Lib/test/shadowed_super.py` (#114372) Move code

[Python-checkins] [3.12] gh-111803: Make test_deep_nesting from test_plistlib more strict (GH-114026) (GH-114406)

2024-01-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/d1f731ff0839198fd22af539b6ef28d12739d4d8 commit: d1f731ff0839198fd22af539b6ef28d12739d4d8 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-01-22T17:16:12+02:00 summary: [3.1

[Python-checkins] [3.12] gh-102512: Turn _DummyThread into _MainThread after os.fork() called from a foreign thread (GH-113261) (GH-114430)

2024-01-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/1bd2c93474792dae99664a43cfb70120a809c05d commit: 1bd2c93474792dae99664a43cfb70120a809c05d branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-01-22T15:24:43Z summary: [3.12] gh

[Python-checkins] [3.11] gh-111803: Make test_deep_nesting from test_plistlib more strict (GH-114026) (GH-114407)

2024-01-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/804037ee4a282be0c65698a94505cc8a45f327aa commit: 804037ee4a282be0c65698a94505cc8a45f327aa branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-01-22T15:31:21Z summary: [3.11] gh

[Python-checkins] [3.12] gh-108303: Remove `Lib/test/shadowed_super.py` (GH-114372) (#114433)

2024-01-22 Thread vstinner
https://github.com/python/cpython/commit/954bbcc1b9daed3169719f6ca66302f164e362e1 commit: 954bbcc1b9daed3169719f6ca66302f164e362e1 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-01-22T16:40:42+01:00 summary: [3.12] gh-10

[Python-checkins] Docs: Fix typo in code snippet (GH-114421)

2024-01-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/6d30cbee013b4182937ffa11a7c87d2a7b6b7b41 commit: 6d30cbee013b4182937ffa11a7c87d2a7b6b7b41 branch: main author: Kirill Podoprigora committer: serhiy-storchaka date: 2024-01-22T17:56:30+02:00 summary: Docs: Fix typo in code snippet (GH-114421) files: M Doc

[Python-checkins] [3.12] Docs: Fix typo in code snippet (GH-114421) (GH-114434)

2024-01-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/d705582f7377935301c45a4d112daca2a39d2f1c commit: d705582f7377935301c45a4d112daca2a39d2f1c branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-01-22T16:03:22Z summary: [3.12] Do

[Python-checkins] gh-114321: Expose more constants in the fcntl module (GH-114322)

2024-01-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/1b719b39b9cd125258739699ac5168d139901b48 commit: 1b719b39b9cd125258739699ac5168d139901b48 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-01-22T18:09:22+02:00 summary: gh-114321: Expose more constants in the fcntl module (GH-1

[Python-checkins] gh-101100: Fix Sphinx warnings in `reference/expressions.rst` (#114194)

2024-01-22 Thread hugovk
https://github.com/python/cpython/commit/8ccd1ba461b44ca078ab120559637bd3ffe22e50 commit: 8ccd1ba461b44ca078ab120559637bd3ffe22e50 branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-01-22T18:21:14+0

[Python-checkins] gh-75128: Ignore EADDRNOTAVAIL error in asyncio.BaseEventLoop.create_server() (GH-114420)

2024-01-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/a53e56e7d88b4f2a2943c9f191024198009fcf9e commit: a53e56e7d88b4f2a2943c9f191024198009fcf9e branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-01-22T18:40:35+02:00 summary: gh-75128: Ignore EADDRNOTAVAIL error in asyncio.BaseEventL

[Python-checkins] [3.12] gh-101100: Fix Sphinx warnings in `reference/expressions.rst` (GH-114194) (#114436)

2024-01-22 Thread hugovk
https://github.com/python/cpython/commit/f9979212f890708c1795119d7b8a5a06ceb4fba2 commit: f9979212f890708c1795119d7b8a5a06ceb4fba2 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-01-2

[Python-checkins] [3.11] gh-101100: Fix Sphinx warnings in `reference/expressions.rst` (GH-114194) (#114437)

2024-01-22 Thread hugovk
https://github.com/python/cpython/commit/350b4c7c0cfbc221597a66eeb657e481335ffe0b commit: 350b4c7c0cfbc221597a66eeb657e481335ffe0b branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-01-2

[Python-checkins] [3.12] gh-114275: Skip doctests that use `asyncio` in `test_pdb` for WASI builds (GH-114309) (#114439)

2024-01-22 Thread vstinner
https://github.com/python/cpython/commit/4890ac136b48eebb4d84fde55988b82d0220cfd0 commit: 4890ac136b48eebb4d84fde55988b82d0220cfd0 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-01-22T18:02:23+01:00 summary: [3.12] gh-11

[Python-checkins] [3.11] gh-114275: Skip doctests that use `asyncio` in `test_pdb` for WASI builds (GH-114309) (#114438)

2024-01-22 Thread vstinner
https://github.com/python/cpython/commit/5b12f7d2bd1f992c7140518806471739b215d498 commit: 5b12f7d2bd1f992c7140518806471739b215d498 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-01-22T18:02:16+01:00 summary: [3.11] gh-11

[Python-checkins] gh-114083: apply optimization of LOAD_CONST instructions to the whole CFG before optimize_basic_block. (#114408)

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

[Python-checkins] [3.12] gh-75128: Ignore EADDRNOTAVAIL error in asyncio.BaseEventLoop.create_server() (GH-114420) (GH-114441)

2024-01-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/4bbb9f6f29e08d88ebc4965165b8aa1aec47f427 commit: 4bbb9f6f29e08d88ebc4965165b8aa1aec47f427 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-01-22T17:15:08Z summary: [3.12] gh

[Python-checkins] gh-114257: Ignore the FileNotFound error in ctypes.util._is_elf() (GH-114394)

2024-01-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/7fc51c3f6b7b13f88480557ff14bdb1c049f9a37 commit: 7fc51c3f6b7b13f88480557ff14bdb1c049f9a37 branch: main author: AN Long committer: serhiy-storchaka date: 2024-01-22T17:15:29Z summary: gh-114257: Ignore the FileNotFound error in ctypes.util._is_elf() (GH-11

[Python-checkins] [3.11] gh-75128: Ignore EADDRNOTAVAIL error in asyncio.BaseEventLoop.create_server() (GH-114420) (GH-114442)

2024-01-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/acea9d8e879c15255a3b08f11729bb1ec6b9fbd6 commit: acea9d8e879c15255a3b08f11729bb1ec6b9fbd6 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-01-22T17:20:01Z summary: [3.11] gh

[Python-checkins] [3.12] gh-114257: Ignore the FileNotFound error in ctypes.util._is_elf() (GH-114394) (GH-114444)

2024-01-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/ed567c1e1f27df507ca45478bdf9143b21ed06e1 commit: ed567c1e1f27df507ca45478bdf9143b21ed06e1 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-01-22T18:10:41Z summary: [3.12] gh

[Python-checkins] [3.11] gh-114257: Ignore the FileNotFound error in ctypes.util._is_elf() (GH-114394) (GH-114445)

2024-01-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/f5d9980217b2f36d095aa58a9b949b828f113082 commit: f5d9980217b2f36d095aa58a9b949b828f113082 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-01-22T18:10:44Z summary: [3.11] gh

[Python-checkins] Fix `wasi.py build` after adding the `clean` subcommand. ({GH-114447)

2024-01-22 Thread brettcannon
https://github.com/python/cpython/commit/5cd9c6b1fca549741828288febf9d5c13293847d commit: 5cd9c6b1fca549741828288febf9d5c13293847d branch: main author: Brett Cannon committer: brettcannon date: 2024-01-22T10:28:57-08:00 summary: Fix `wasi.py build` after adding the `clean` subcommand. ({GH-11444

[Python-checkins] GH-114448: Don't sort summarize_stats.py histograms by amount of change (GH-114449)

2024-01-22 Thread brandtbucher
https://github.com/python/cpython/commit/e45bae7a45e5696c3ebdf477ecc948374cf8ebff commit: e45bae7a45e5696c3ebdf477ecc948374cf8ebff branch: main author: Michael Droettboom committer: brandtbucher date: 2024-01-22T11:45:15-08:00 summary: GH-114448: Don't sort summarize_stats.py histograms by amoun

[Python-checkins] gh-112532: Improve mimalloc page visiting (#114133)

2024-01-22 Thread DinoV
https://github.com/python/cpython/commit/412920a41efc6f3307e710d5ce61bfe00c0f3c11 commit: 412920a41efc6f3307e710d5ce61bfe00c0f3c11 branch: main author: Sam Gross committer: DinoV date: 2024-01-22T13:10:21-08:00 summary: gh-112532: Improve mimalloc page visiting (#114133) This adds support for v

[Python-checkins] gh-113655: Revert extra stack reserve in PGO builds unless UseExtraStackReserve=true (GH-114263)

2024-01-22 Thread zooba
https://github.com/python/cpython/commit/665b8f365efc4e0063f764e20d3cad13635232f3 commit: 665b8f365efc4e0063f764e20d3cad13635232f3 branch: main author: Steve Dower committer: zooba date: 2024-01-22T21:19:16Z summary: gh-113655: Revert extra stack reserve in PGO builds unless UseExtraStackReserv

[Python-checkins] Docs: align usage of versionadded/versionchanged with recommended practice (#114409)

2024-01-22 Thread erlend-aasland
https://github.com/python/cpython/commit/1d7bddd9612bcbaaedbc837e2936de773e855411 commit: 1d7bddd9612bcbaaedbc837e2936de773e855411 branch: main author: Erlend E. Aasland committer: erlend-aasland date: 2024-01-22T21:40:26Z summary: Docs: align usage of versionadded/versionchanged with recommende

[Python-checkins] Add me to codeowners for hashlib & multiprocessing (#114454)

2024-01-22 Thread gpshead
https://github.com/python/cpython/commit/57255236957573e73033d2d345028f5a676533a0 commit: 57255236957573e73033d2d345028f5a676533a0 branch: main author: Gregory P. Smith committer: gpshead date: 2024-01-22T23:55:12Z summary: Add me to codeowners for hashlib & multiprocessing (#114454) I already

[Python-checkins] Docs: minor amendments to runpy.rst (#18416)

2024-01-22 Thread erlend-aasland
https://github.com/python/cpython/commit/647b6cc7f16c03535cede7e1748a58ab884135b2 commit: 647b6cc7f16c03535cede7e1748a58ab884135b2 branch: main author: Géry Ogam committer: erlend-aasland date: 2024-01-23T00:00:26Z summary: Docs: minor amendments to runpy.rst (#18416) - Add missing single quote

[Python-checkins] gh-66944: Note that the `contextlib.closing` example is for illustrative purposes (#112198)

2024-01-22 Thread AA-Turner
https://github.com/python/cpython/commit/9af9ac153acb4198878ad81ef438aca2b808e45d commit: 9af9ac153acb4198878ad81ef438aca2b808e45d branch: main author: Ville Skyttä committer: AA-Turner <[email protected]> date: 2024-01-23T01:00:53Z summary: gh-66944: Note that the `conte

[Python-checkins] GH-99334: Explain that `PurePath.is_relative_to()` is purely lexical. (#114031)

2024-01-22 Thread barneygale
https://github.com/python/cpython/commit/3a61d24062aaa1e13ba794360b6c765d9a1f2b06 commit: 3a61d24062aaa1e13ba794360b6c765d9a1f2b06 branch: main author: Barney Gale committer: barneygale date: 2024-01-23T01:06:44Z summary: GH-99334: Explain that `PurePath.is_relative_to()` is purely lexical. (#11

[Python-checkins] [3.11] gh-66944: Note that the `contextlib.closing` example is for illustrative purposes (GH-112198) (#114459)

2024-01-22 Thread AA-Turner
https://github.com/python/cpython/commit/dcda3aaa6a6c279579da4b96747dc7c3c8216715 commit: dcda3aaa6a6c279579da4b96747dc7c3c8216715 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] [3.12] gh-66944: Note that the `contextlib.closing` example is for illustrative purposes (GH-112198) (#114458)

2024-01-22 Thread AA-Turner
https://github.com/python/cpython/commit/536b66f8fa6f8374bd8083ff2ce6a5796791b45f commit: 536b66f8fa6f8374bd8083ff2ce6a5796791b45f branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] [3.12] GH-99334: Explain that `PurePath.is_relative_to()` is purely lexical. (GH-114031) (#114460)

2024-01-22 Thread barneygale
https://github.com/python/cpython/commit/a199ab3f333a2e0bab37db935030f835c0740d08 commit: a199ab3f333a2e0bab37db935030f835c0740d08 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: barneygale date: 2024-01-23T01:12:59Z summary: [3.12] GH-99334

[Python-checkins] [3.11] GH-99334: Explain that `PurePath.is_relative_to()` is purely lexical. (GH-114031) (#114461)

2024-01-22 Thread barneygale
https://github.com/python/cpython/commit/20f3669ac2f989646f0e9ba42b3f658febb334c7 commit: 20f3669ac2f989646f0e9ba42b3f658febb334c7 branch: 3.11 author: Barney Gale committer: barneygale date: 2024-01-23T01:16:21Z summary: [3.11] GH-99334: Explain that `PurePath.is_relative_to()` is purely lexica

[Python-checkins] GH-82695: Clarify `pathlib.Path.mkdir()` documentation (#114032)

2024-01-22 Thread barneygale
https://github.com/python/cpython/commit/32c227470aa6f72950b76206ffc529c258b4b8fa commit: 32c227470aa6f72950b76206ffc529c258b4b8fa branch: main author: Barney Gale committer: barneygale date: 2024-01-23T02:31:09Z summary: GH-82695: Clarify `pathlib.Path.mkdir()` documentation (#114032) Remove a

[Python-checkins] [3.12] GH-82695: Clarify `pathlib.Path.mkdir()` documentation (GH-114032) (#114462)

2024-01-22 Thread barneygale
https://github.com/python/cpython/commit/9c2db5725ee736222af519cc9deb68a0dec1a4c2 commit: 9c2db5725ee736222af519cc9deb68a0dec1a4c2 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: barneygale date: 2024-01-23T02:37:35Z summary: [3.12] GH-82695

[Python-checkins] [3.11] GH-82695: Clarify `pathlib.Path.mkdir()` documentation (GH-114032) (#114463)

2024-01-22 Thread barneygale
https://github.com/python/cpython/commit/9d2ad6f24a0801d58ab47c5d07907adf260a3436 commit: 9d2ad6f24a0801d58ab47c5d07907adf260a3436 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: barneygale date: 2024-01-23T02:37:55Z summary: [3.11] GH-82695

[Python-checkins] GH-105900: Fix `pathlib.Path.symlink_to(target_is_directory=...)` docs (#114035)

2024-01-22 Thread barneygale
https://github.com/python/cpython/commit/b822b85ac11e73bbe4417bf03ee770ab116bb42d commit: b822b85ac11e73bbe4417bf03ee770ab116bb42d branch: main author: Barney Gale committer: barneygale date: 2024-01-23T05:30:16Z summary: GH-105900: Fix `pathlib.Path.symlink_to(target_is_directory=...)` docs (#1

[Python-checkins] [3.12] GH-105900: Fix `pathlib.Path.symlink_to(target_is_directory=...)` docs (GH-114035) (#114464)

2024-01-22 Thread barneygale
https://github.com/python/cpython/commit/ccd8d77112088f00b511749117263df5aae4630a commit: ccd8d77112088f00b511749117263df5aae4630a branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: barneygale date: 2024-01-23T05:36:16Z summary: [3.12] GH-10590

[Python-checkins] [3.11] GH-105900: Fix `pathlib.Path.symlink_to(target_is_directory=...)` docs (GH-114035) (#114465)

2024-01-22 Thread barneygale
https://github.com/python/cpython/commit/1f04ac8e277a744193db08079582462a11c80331 commit: 1f04ac8e277a744193db08079582462a11c80331 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: barneygale date: 2024-01-23T05:37:32Z summary: [3.11] GH-10590