[Python-checkins] gh-122974: Suppress GCC array bound warnings in free-threaded build (#123071)

2024-08-17 Thread colesbury
https://github.com/python/cpython/commit/40632b1f1da573f6d5e12453007474bcf70fba22 commit: 40632b1f1da573f6d5e12453007474bcf70fba22 branch: main author: Sam Gross committer: colesbury date: 2024-08-17T16:03:50-04:00 summary: gh-122974: Suppress GCC array bound warnings in free-threaded build

[Python-checkins] gh-123022: Fix crash with `Py_Initialize` in background thread (#123052)

2024-08-17 Thread colesbury
https://github.com/python/cpython/commit/d061ffea7b408861d0a9d311e92c363da284971d commit: d061ffea7b408861d0a9d311e92c363da284971d branch: main author: Sam Gross committer: colesbury date: 2024-08-17T16:04:08-04:00 summary: gh-123022: Fix crash with `Py_Initialize` in background thread

[Python-checkins] [3.13] gh-123022: Fix crash with `Py_Initialize` in background thread (GH-123052) (#123114)

2024-08-17 Thread colesbury
https://github.com/python/cpython/commit/ff58c3cb48a68949b2058f3642c9088b7d498e36 commit: ff58c3cb48a68949b2058f3642c9088b7d498e36 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2024-08-17T20:38:02Z summary: [3.

[Python-checkins] gh-123205: `Python/bytecodes.c`: Fix compiler warning (#123206)

2024-08-23 Thread colesbury
https://github.com/python/cpython/commit/67f2c84bff06eb837fd5ca64466d79f038e22ef8 commit: 67f2c84bff06eb837fd5ca64466d79f038e22ef8 branch: main author: Kirill Podoprigora committer: colesbury date: 2024-08-23T15:35:25-04:00 summary: gh-123205: `Python/bytecodes.c`: Fix compiler warning (#123206

[Python-checkins] gh-117376: Make `Py_DECREF` a macro in ceval.c in free-threaded build (#122975)

2024-08-23 Thread colesbury
https://github.com/python/cpython/commit/556e8556849cb9df029b0f564b5dd203344c commit: 556e8556849cb9df029b0f564b5dd203344c branch: main author: Sam Gross committer: colesbury date: 2024-08-23T15:36:14-04:00 summary: gh-117376: Make `Py_DECREF` a macro in ceval.c in free-threaded build

[Python-checkins] gh-123271: Make builtin zip method safe under free-threading (#123272)

2024-08-27 Thread colesbury
https://github.com/python/cpython/commit/7e38e6745d2f9ee235d934ab7f3c6b3085be2b70 commit: 7e38e6745d2f9ee235d934ab7f3c6b3085be2b70 branch: main author: Pieter Eendebak committer: colesbury date: 2024-08-27T15:22:43-04:00 summary: gh-123271: Make builtin zip method safe under free-threading

[Python-checkins] gh-117657: Fix file descriptor race in test_socket.py (#123697)

2024-09-06 Thread colesbury
https://github.com/python/cpython/commit/8a46a2ec5032c5eb1bc3c6bb0fc2422ac9b2cc53 commit: 8a46a2ec5032c5eb1bc3c6bb0fc2422ac9b2cc53 branch: main author: Nadeshiko Manju committer: colesbury date: 2024-09-06T15:00:28-04:00 summary: gh-117657: Fix file descriptor race in test_socket.py (#123697

[Python-checkins] gh-123321: Make Parser/myreadline.c locking safe in free-threaded build (#123690)

2024-09-06 Thread colesbury
https://github.com/python/cpython/commit/0c080d7c77d826c1afab7bd6b73f61e714cffcb7 commit: 0c080d7c77d826c1afab7bd6b73f61e714cffcb7 branch: main author: Sam Gross committer: colesbury date: 2024-09-06T15:07:08-04:00 summary: gh-123321: Make Parser/myreadline.c locking safe in free-threaded build

[Python-checkins] gh-123826: Fix unused function warnings in mimalloc on NetBSD (#123827)

2024-09-09 Thread colesbury
https://github.com/python/cpython/commit/4a6b1f179667e2a8c6131718eb78a15f726e047b commit: 4a6b1f179667e2a8c6131718eb78a15f726e047b branch: main author: Furkan Onder committer: colesbury date: 2024-09-09T13:22:28-04:00 summary: gh-123826: Fix unused function warnings in mimalloc on NetBSD

[Python-checkins] gh-123923: Defer refcounting for `f_executable` in `_PyInterpreterFrame` (#123924)

2024-09-12 Thread colesbury
https://github.com/python/cpython/commit/b2afe2aae487ebf89897e22c01d9095944fd334f commit: b2afe2aae487ebf89897e22c01d9095944fd334f branch: main author: Sam Gross committer: colesbury date: 2024-09-12T12:37:06-04:00 summary: gh-123923: Defer refcounting for `f_executable` in `_PyInterpreterFrame

[Python-checkins] gh-124068: Fix reference leak with generators in the free-threaded build (#124069)

2024-09-13 Thread colesbury
https://github.com/python/cpython/commit/b02301fa5a543266ee310a6d98278d2b8e26d7b3 commit: b02301fa5a543266ee310a6d98278d2b8e26d7b3 branch: main author: Sam Gross committer: colesbury date: 2024-09-13T22:02:27-04:00 summary: gh-124068: Fix reference leak with generators in the free-threaded

[Python-checkins] gh-121459: Add missing return to _PyDict_LoadGlobalStackRef (#124085)

2024-09-14 Thread colesbury
https://github.com/python/cpython/commit/401fff7423ca3c8bf1d02e594edfd1412616a559 commit: 401fff7423ca3c8bf1d02e594edfd1412616a559 branch: main author: Sam Gross committer: colesbury date: 2024-09-14T14:29:55-04:00 summary: gh-121459: Add missing return to _PyDict_LoadGlobalStackRef (#124085

[Python-checkins] gh-124043: Disallow mixing `--with-trace-refs` and `--disable-gil` (#124078)

2024-09-16 Thread colesbury
https://github.com/python/cpython/commit/3b45df03a4bd0e21edec43144b8d9bac689d23a0 commit: 3b45df03a4bd0e21edec43144b8d9bac689d23a0 branch: main author: Peter Bierma committer: colesbury date: 2024-09-16T16:03:16-04:00 summary: gh-124043: Disallow mixing `--with-trace-refs` and `--disable-gil

[Python-checkins] gh-119525: Fix deadlock with `_PyType_Lookup` and the GIL (#119527)

2024-05-29 Thread colesbury
https://github.com/python/cpython/commit/c22323cd1c200ca1b22c47af95f67c4b2d661fe7 commit: c22323cd1c200ca1b22c47af95f67c4b2d661fe7 branch: main author: Sam Gross committer: colesbury date: 2024-05-29T15:26:04-04:00 summary: gh-119525: Fix deadlock with `_PyType_Lookup` and the GIL (#119527

[Python-checkins] [3.13] gh-119525: Fix deadlock with `_PyType_Lookup` and the GIL (GH-119527) (#119746)

2024-05-29 Thread colesbury
https://github.com/python/cpython/commit/dcfbd3be9f1e0ba7aa32214e8f5f7f2ea4375a28 commit: dcfbd3be9f1e0ba7aa32214e8f5f7f2ea4375a28 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2024-05-29T19:47:47Z summary: [3.

[Python-checkins] gh-119729: Use 't' in pkg-config file name for free-threaded build (#119738)

2024-05-30 Thread colesbury
https://github.com/python/cpython/commit/1c04c63ced5038e8f45a2aac7dc45f0815a4ddc5 commit: 1c04c63ced5038e8f45a2aac7dc45f0815a4ddc5 branch: main author: Sam Gross committer: colesbury date: 2024-05-30T13:48:28-04:00 summary: gh-119729: Use 't' in pkg-config file name for free-thre

[Python-checkins] [3.13] gh-119729: Use 't' in pkg-config file name for free-threaded build (GH-119738) (#119797)

2024-05-30 Thread colesbury
https://github.com/python/cpython/commit/608cfb8b416d0c2f55efb94f57efcc86d74dbf80 commit: 608cfb8b416d0c2f55efb94f57efcc86d74dbf80 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2024-05-30T18:17:05Z summary: [3.

[Python-checkins] gh-119585: Fix crash involving `PyGILState_Release()` and `PyThreadState_Clear()` (#119753)

2024-05-31 Thread colesbury
https://github.com/python/cpython/commit/bcc1be39cb1d04ad9fc0bd1b9193d3972835a57c commit: bcc1be39cb1d04ad9fc0bd1b9193d3972835a57c branch: main author: Sam Gross committer: colesbury date: 2024-05-31T10:50:52-04:00 summary: gh-119585: Fix crash involving `PyGILState_Release()` and

[Python-checkins] [3.13] gh-119585: Fix crash involving `PyGILState_Release()` and `PyThreadState_Clear()` (GH-119753) (#119859)

2024-05-31 Thread colesbury
https://github.com/python/cpython/commit/ea48de4f4fadd7466c43ecaa88b431fc64b12acb commit: ea48de4f4fadd7466c43ecaa88b431fc64b12acb branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2024-05-31T15:29:50Z summary: [3.

[Python-checkins] [3.12] gh-119585: Fix crash involving `PyGILState_Release()` and `PyThreadState_Clear()` (GH-119753) (#119861)

2024-05-31 Thread colesbury
https://github.com/python/cpython/commit/738cf216093e844c154f9ba36605f485fac5ff0d commit: 738cf216093e844c154f9ba36605f485fac5ff0d branch: 3.12 author: Sam Gross committer: colesbury date: 2024-05-31T15:42:09Z summary: [3.12] gh-119585: Fix crash involving `PyGILState_Release()` and

[Python-checkins] gh-119369: Fix deadlock during thread exit in free-threaded build (#119528)

2024-05-31 Thread colesbury
https://github.com/python/cpython/commit/078b8c8cf2bf68f7484cc4d2e3dd74b6fab55664 commit: 078b8c8cf2bf68f7484cc4d2e3dd74b6fab55664 branch: main author: Sam Gross committer: colesbury date: 2024-05-31T13:04:59-04:00 summary: gh-119369: Fix deadlock during thread exit in free-threaded build

[Python-checkins] doc: Add glossary entry for "free threading" (#119865)

2024-05-31 Thread colesbury
https://github.com/python/cpython/commit/9bc6045842ebc91ec48ab163a9e1e8644231607c commit: 9bc6045842ebc91ec48ab163a9e1e8644231607c branch: main author: Sam Gross committer: colesbury date: 2024-05-31T13:23:29-04:00 summary: doc: Add glossary entry for "free threading" (#119865) fi

[Python-checkins] [3.13] doc: Add glossary entry for "free threading" (GH-119865) (#119874)

2024-05-31 Thread colesbury
https://github.com/python/cpython/commit/5e8396e6841e3aae8cc10117583e596ff294d7e0 commit: 5e8396e6841e3aae8cc10117583e596ff294d7e0 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2024-05-31T17:42:36Z summary: [3.13] do

[Python-checkins] gh-119799: Add missing `_Py_IncRefTotal` to `_Py_NewRefWithLock` (#119800)

2024-05-31 Thread colesbury
https://github.com/python/cpython/commit/879d43b705faab0c59f1a6a0042e286f39f3a4ef commit: 879d43b705faab0c59f1a6a0042e286f39f3a4ef branch: main author: Sam Gross committer: colesbury date: 2024-05-31T14:18:24-04:00 summary: gh-119799: Add missing `_Py_IncRefTotal` to `_Py_NewRefWithLock

[Python-checkins] [3.13] gh-119369: Fix deadlock during thread exit in free-threaded build (GH-119528) (#119868)

2024-05-31 Thread colesbury
https://github.com/python/cpython/commit/a7e81fdfc175bd9cf82dfd8f1e1853cb942bf0f0 commit: a7e81fdfc175bd9cf82dfd8f1e1853cb942bf0f0 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2024-05-31T14:19:38-04:00 summary: [3.

[Python-checkins] [3.13] gh-119799: Add missing `_Py_IncRefTotal` to `_Py_NewRefWithLock` (GH-119800) (#119878)

2024-05-31 Thread colesbury
https://github.com/python/cpython/commit/67ac19111f14e9606454d0f36a52132996073db4 commit: 67ac19111f14e9606454d0f36a52132996073db4 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2024-05-31T19:08:21Z summary: [3.

[Python-checkins] gh-117657: Fix TSAN race in free-threaded GC (#119883)

2024-06-01 Thread colesbury
https://github.com/python/cpython/commit/60593b2052ca275559c11028d50e19f8e5dfee13 commit: 60593b2052ca275559c11028d50e19f8e5dfee13 branch: main author: Sam Gross committer: colesbury date: 2024-06-01T10:04:05-04:00 summary: gh-117657: Fix TSAN race in free-threaded GC (#119883) Only call

[Python-checkins] gh-117657: Fix TSAN race in QSBR assertion (#119887)

2024-06-01 Thread colesbury
https://github.com/python/cpython/commit/90ec19fd33e2452902b9788d4821f1fbf6542304 commit: 90ec19fd33e2452902b9788d4821f1fbf6542304 branch: main author: Sam Gross committer: colesbury date: 2024-06-01T10:04:38-04:00 summary: gh-117657: Fix TSAN race in QSBR assertion (#119887) Due to a

[Python-checkins] [3.13] gh-117657: Fix TSAN race in free-threaded GC (GH-119883) (#119903)

2024-06-01 Thread colesbury
https://github.com/python/cpython/commit/48f3378d6c620e99f17679ee11982a57640d3bb4 commit: 48f3378d6c620e99f17679ee11982a57640d3bb4 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2024-06-01T14:26:12Z summary: [3.

[Python-checkins] [3.13] gh-117657: Fix TSAN race in QSBR assertion (GH-119887) (#119904)

2024-06-01 Thread colesbury
https://github.com/python/cpython/commit/48054d2306fed2a2a53d8e5dba9c1aa7ef138ed5 commit: 48054d2306fed2a2a53d8e5dba9c1aa7ef138ed5 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2024-06-01T14:51:55Z summary: [3.

[Python-checkins] gh-117657: Add TSAN suppression for `set_discard_entry` (#119908)

2024-06-01 Thread colesbury
https://github.com/python/cpython/commit/7dc745d1f5d9558047a52cad5e01df7567533269 commit: 7dc745d1f5d9558047a52cad5e01df7567533269 branch: main author: Sam Gross committer: colesbury date: 2024-06-01T12:15:58-04:00 summary: gh-117657: Add TSAN suppression for `set_discard_entry` (#119908) Seen

[Python-checkins] [3.13] gh-117657: Add TSAN suppression for `set_discard_entry` (GH-119908) (#119914)

2024-06-01 Thread colesbury
https://github.com/python/cpython/commit/9f9be95d66c0dd66189f8c9f13b69442361cd593 commit: 9f9be95d66c0dd66189f8c9f13b69442361cd593 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2024-06-01T16:42:16Z summary: [3.

[Python-checkins] gh-117657: Fix TSAN reported race in `_PyEval_IsGILEnabled`. (#119921)

2024-06-02 Thread colesbury
https://github.com/python/cpython/commit/f3b89a63cbb6d46e5ed40d5cd9813cdf9189ce35 commit: f3b89a63cbb6d46e5ed40d5cd9813cdf9189ce35 branch: main author: Sam Gross committer: colesbury date: 2024-06-02T10:19:02-04:00 summary: gh-117657: Fix TSAN reported race in `_PyEval_IsGILEnabled`. (#119921

[Python-checkins] [3.13] gh-117657: Fix TSAN reported race in `_PyEval_IsGILEnabled`. (GH-119921) (#119939)

2024-06-02 Thread colesbury
https://github.com/python/cpython/commit/9d3de7b0edf46cc0f6aed586111464b2ad581f5a commit: 9d3de7b0edf46cc0f6aed586111464b2ad581f5a branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2024-06-02T14:42:46Z summary: [3.

[Python-checkins] gh-117657: Avoid `sem_clockwait` in TSAN (#119915)

2024-06-03 Thread colesbury
https://github.com/python/cpython/commit/41c1cefbae71d687d1a935233b086473df65e15c commit: 41c1cefbae71d687d1a935233b086473df65e15c branch: main author: Sam Gross committer: colesbury date: 2024-06-03T13:42:27-04:00 summary: gh-117657: Avoid `sem_clockwait` in TSAN (#119915) The `sem_clockwait

[Python-checkins] [3.13] gh-117657: Avoid `sem_clockwait` in TSAN (GH-119915) (#119992)

2024-06-03 Thread colesbury
https://github.com/python/cpython/commit/ca37034baa2909722df58c02dfd13e1d667252ce commit: ca37034baa2909722df58c02dfd13e1d667252ce branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2024-06-03T18:07:22Z summary: [3.

[Python-checkins] gh-117657: Fix race involving immortalizing objects (#119927)

2024-06-03 Thread colesbury
https://github.com/python/cpython/commit/47fb4327b5c405da6df066dcaa01b7c1aefab313 commit: 47fb4327b5c405da6df066dcaa01b7c1aefab313 branch: main author: Sam Gross committer: colesbury date: 2024-06-03T20:58:41Z summary: gh-117657: Fix race involving immortalizing objects (#119927) The free

[Python-checkins] [3.13] gh-117657: Fix race involving immortalizing objects (GH-119927) (#120005)

2024-06-03 Thread colesbury
https://github.com/python/cpython/commit/ae705319fcde864b504987dc8e579e3eef68e1e5 commit: ae705319fcde864b504987dc8e579e3eef68e1e5 branch: 3.13 author: Sam Gross committer: colesbury date: 2024-06-03T22:21:32Z summary: [3.13] gh-117657: Fix race involving immortalizing objects (GH-119927

[Python-checkins] [3.13] gh-117657: Fix itertools.count thread safety (GH-119268) (#120007)

2024-06-03 Thread colesbury
https://github.com/python/cpython/commit/79fae3b0a15be30d35131420f030c9a31338b357 commit: 79fae3b0a15be30d35131420f030c9a31338b357 branch: 3.13 author: Sam Gross committer: colesbury date: 2024-06-03T22:47:34Z summary: [3.13] gh-117657: Fix itertools.count thread safety (GH-119268) (#120007

[Python-checkins] gh-117657: Fix race involving GC and heap initialization (#119923)

2024-06-04 Thread colesbury
https://github.com/python/cpython/commit/e69d068ad0bd6a25434ea476a647b635da4d82bb commit: e69d068ad0bd6a25434ea476a647b635da4d82bb branch: main author: Sam Gross committer: colesbury date: 2024-06-04T09:42:13-04:00 summary: gh-117657: Fix race involving GC and heap initialization (#119923) The

[Python-checkins] [3.13] gh-117657: Fix race involving GC and heap initialization (GH-119923) (#120038)

2024-06-04 Thread colesbury
https://github.com/python/cpython/commit/ee7d2681f6e2ece539bc70d21893353da84401fd commit: ee7d2681f6e2ece539bc70d21893353da84401fd branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2024-06-04T14:08:10Z summary: [3.

[Python-checkins] gh-120039: Reduce expected timeout in test_siginterrupt_off (#120047)

2024-06-04 Thread colesbury
https://github.com/python/cpython/commit/d419d468ff4aaf6bc673354d0ee41b273d09dd3f commit: d419d468ff4aaf6bc673354d0ee41b273d09dd3f branch: main author: Sam Gross committer: colesbury date: 2024-06-04T17:38:29Z summary: gh-120039: Reduce expected timeout in test_siginterrupt_off (#120047) The

[Python-checkins] [3.12] gh-120039: Reduce expected timeout in test_siginterrupt_off (GH-120047) (#120061)

2024-06-04 Thread colesbury
https://github.com/python/cpython/commit/c8c23aa86e762a005abace465ceb80e4110659c2 commit: c8c23aa86e762a005abace465ceb80e4110659c2 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2024-06-04T18:10:41Z summary: [3.

[Python-checkins] [3.13] gh-120039: Reduce expected timeout in test_siginterrupt_off (GH-120047) (#120060)

2024-06-04 Thread colesbury
https://github.com/python/cpython/commit/fd5428d2d19f79e439d04aec7a33a00eb17bef7c commit: fd5428d2d19f79e439d04aec7a33a00eb17bef7c branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2024-06-04T18:11:01Z summary: [3.

[Python-checkins] gh-120048: Make `test_imaplib` faster (#120050)

2024-06-04 Thread colesbury
https://github.com/python/cpython/commit/710cbea6604d27c7d59ae4953bf522b997a82cc7 commit: 710cbea6604d27c7d59ae4953bf522b997a82cc7 branch: main author: Sam Gross committer: colesbury date: 2024-06-04T14:59:23-04:00 summary: gh-120048: Make `test_imaplib` faster (#120050) The `test_imaplib` was

[Python-checkins] [3.12] gh-120048: Make `test_imaplib` faster (GH-120050) (#120070)

2024-06-04 Thread colesbury
https://github.com/python/cpython/commit/210cd98f75f14cc19c1517cd6d556f7f9cfa4697 commit: 210cd98f75f14cc19c1517cd6d556f7f9cfa4697 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2024-06-04T19:25:17Z summary: [3.

[Python-checkins] gh-119999: Fix potential race condition in `_Py_ExplicitMergeRefcount` (#120000)

2024-06-04 Thread colesbury
https://github.com/python/cpython/commit/4055577221f5f52af329e87f31d81bb8fb02c504 commit: 4055577221f5f52af329e87f31d81bb8fb02c504 branch: main author: Sam Gross committer: colesbury date: 2024-06-04T15:26:26-04:00 summary: gh-11: Fix potential race condition in `_Py_ExplicitMergeRefcount

[Python-checkins] [3.13] gh-119999: Fix potential race condition in `_Py_ExplicitMergeRefcount` (GH-120000) (#120073)

2024-06-04 Thread colesbury
https://github.com/python/cpython/commit/327a36a4f98466e734bf3b10994290fceab8fdd2 commit: 327a36a4f98466e734bf3b10994290fceab8fdd2 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2024-06-04T19:57:18Z summary: [3.

[Python-checkins] [3.13] gh-120048: Make `test_imaplib` faster (GH-120050) (#120069)

2024-06-04 Thread colesbury
https://github.com/python/cpython/commit/a9e807fe44f581ae39f2fcc7a62c547f2f2eb6f2 commit: a9e807fe44f581ae39f2fcc7a62c547f2f2eb6f2 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2024-06-04T20:18:33Z summary: [3.

[Python-checkins] gh-120065: Increase `collect_in_thread` period to 5 ms. (#120068)

2024-06-05 Thread colesbury
https://github.com/python/cpython/commit/4bba1c9e6cfeaf69302b501a4306668613db4b28 commit: 4bba1c9e6cfeaf69302b501a4306668613db4b28 branch: main author: Sam Gross committer: colesbury date: 2024-06-05T09:23:29-04:00 summary: gh-120065: Increase `collect_in_thread` period to 5 ms. (#120068) This

[Python-checkins] [3.13] gh-120065: Increase `collect_in_thread` period to 5 ms. (GH-120068) (#120110)

2024-06-05 Thread colesbury
https://github.com/python/cpython/commit/f561258efd944a1d6a0857ef1a0f171da989ed58 commit: f561258efd944a1d6a0857ef1a0f171da989ed58 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2024-06-05T13:46:17Z summary: [3.

[Python-checkins] gh-117657: Fix TSAN race involving import lock (#118523)

2024-06-06 Thread colesbury
https://github.com/python/cpython/commit/e21057b99967eb5323320e6d1121955e0cd2985e commit: e21057b99967eb5323320e6d1121955e0cd2985e branch: main author: Sam Gross committer: colesbury date: 2024-06-06T13:40:58-04:00 summary: gh-117657: Fix TSAN race involving import lock (#118523) This adds a

[Python-checkins] [3.13] gh-117657: Fix TSAN race involving import lock (GH-118523) (#120169)

2024-06-06 Thread colesbury
https://github.com/python/cpython/commit/517733ce3cd7937dc527f1f191582c21cfb9b685 commit: 517733ce3cd7937dc527f1f191582c21cfb9b685 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2024-06-06T18:03:01Z summary: [3.

[Python-checkins] gh-117657: Fix TSan reported data race on ioctl_works (#120175)

2024-06-17 Thread colesbury
https://github.com/python/cpython/commit/460cc9e14e221c53c0038a847bfd411fe184ebf3 commit: 460cc9e14e221c53c0038a847bfd411fe184ebf3 branch: main author: Sam Gross committer: colesbury date: 2024-06-17T13:23:40-04:00 summary: gh-117657: Fix TSan reported data race on ioctl_works (#120175) files

[Python-checkins] [3.13] gh-117657: Fix TSan reported data race on ioctl_works (GH-120175) (#120654)

2024-06-17 Thread colesbury
https://github.com/python/cpython/commit/0dbb86c5bebf8d85dd295840261e1c944726271c commit: 0dbb86c5bebf8d85dd295840261e1c944726271c branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2024-06-17T17:52:49Z summary: [3.

[Python-checkins] gh-117657: Fix `__slots__` thread safety in free-threaded build (#119368)

2024-06-17 Thread colesbury
https://github.com/python/cpython/commit/362cd2680b45a36c3467b9721ff7fc0ceb338452 commit: 362cd2680b45a36c3467b9721ff7fc0ceb338452 branch: main author: Daniele Parmeggiani <8658291+dpd...@users.noreply.github.com> committer: colesbury date: 2024-06-17T18:44:54Z summary: gh-117657

[Python-checkins] [3.13] gh-117657: Fix `__slots__` thread safety in free-threaded build (GH-119368) (#120655)

2024-06-17 Thread colesbury
https://github.com/python/cpython/commit/396f8b0b98441344e1d3223a4075e5e342e0c2df commit: 396f8b0b98441344e1d3223a4075e5e342e0c2df branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2024-06-17T19:12:25Z summary: [3.

[Python-checkins] gh-119241: Add HOWTO for free-threaded C API extensions (#119877)

2024-06-18 Thread colesbury
https://github.com/python/cpython/commit/02b272b7026b68e70b4a4d9a0ca080904aed374c commit: 02b272b7026b68e70b4a4d9a0ca080904aed374c branch: main author: Sam Gross committer: colesbury date: 2024-06-18T09:49:51-04:00 summary: gh-119241: Add HOWTO for free-threaded C API extensions (#119877) Some

[Python-checkins] gh-118789: Add `PyUnstable_Object_ClearWeakRefsNoCallbacks` (#118807)

2024-06-18 Thread colesbury
https://github.com/python/cpython/commit/e8752d7b80775ec2a348cd4bf38cbe26a4a07615 commit: e8752d7b80775ec2a348cd4bf38cbe26a4a07615 branch: main author: Sam Gross committer: colesbury date: 2024-06-18T09:57:23-04:00 summary: gh-118789: Add `PyUnstable_Object_ClearWeakRefsNoCallbacks` (#118807

[Python-checkins] [3.13] gh-119241: Add HOWTO for free-threaded C API extensions (GH-119877) (#120693)

2024-06-18 Thread colesbury
https://github.com/python/cpython/commit/8c129d99efc12da68935233bb2a2195ccd29b76d commit: 8c129d99efc12da68935233bb2a2195ccd29b76d branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2024-06-18T14:28:51Z summary: [3.

[Python-checkins] [3.13] gh-118789: Add `PyUnstable_Object_ClearWeakRefsNoCallbacks` (GH-118807) (#120695)

2024-06-18 Thread colesbury
https://github.com/python/cpython/commit/1ce59849610fe03beebcddfacb3d055a7074ef16 commit: 1ce59849610fe03beebcddfacb3d055a7074ef16 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2024-06-18T14:54:51Z summary: [3.

[Python-checkins] gh-117511: Make PyMutex public in the non-limited API (#117731)

2024-06-20 Thread colesbury
https://github.com/python/cpython/commit/3af7263037de1d0ef63b070fc7bfc2cf042eaebe commit: 3af7263037de1d0ef63b070fc7bfc2cf042eaebe branch: main author: Sam Gross committer: colesbury date: 2024-06-20T11:29:08-04:00 summary: gh-117511: Make PyMutex public in the non-limited API (#117731) files

[Python-checkins] [3.13] gh-117511: Make PyMutex public in the non-limited API (GH-117731) (#120800)

2024-06-20 Thread colesbury
https://github.com/python/cpython/commit/3cb6c4cd60bec1acbcd960f5e7bd65f78152dbdd commit: 3cb6c4cd60bec1acbcd960f5e7bd65f78152dbdd branch: 3.13 author: Sam Gross committer: colesbury date: 2024-06-20T16:00:25Z summary: [3.13] gh-117511: Make PyMutex public in the non-limited API (GH-117731

[Python-checkins] gh-119344: Make critical section API public (#119353)

2024-06-21 Thread colesbury
https://github.com/python/cpython/commit/8f17d69b7bc906e8407095317842cc0fd52cd84a commit: 8f17d69b7bc906e8407095317842cc0fd52cd84a branch: main author: Sam Gross committer: colesbury date: 2024-06-21T15:50:18-04:00 summary: gh-119344: Make critical section API public (#119353) This makes the

[Python-checkins] [3.13] gh-119344: Make critical section API public (GH-119353) (#120856)

2024-06-21 Thread colesbury
https://github.com/python/cpython/commit/4dc27bc0b76aa5985ccef2901f7a4f5d36b97995 commit: 4dc27bc0b76aa5985ccef2901f7a4f5d36b97995 branch: 3.13 author: Sam Gross committer: colesbury date: 2024-06-21T20:20:41Z summary: [3.13] gh-119344: Make critical section API public (GH-119353) (#120856

[Python-checkins] gh-120860: Fix a few bugs in `type_setattro` error paths. (#120861)

2024-06-24 Thread colesbury
https://github.com/python/cpython/commit/dee63cb35971b87a09ddda5d6f29cd941f570720 commit: dee63cb35971b87a09ddda5d6f29cd941f570720 branch: main author: Sam Gross committer: colesbury date: 2024-06-24T14:08:23-04:00 summary: gh-120860: Fix a few bugs in `type_setattro` error paths. (#120861

[Python-checkins] gh-120858: PyDict_Next should not lock the dict (#120859)

2024-06-24 Thread colesbury
https://github.com/python/cpython/commit/375b723d5873f948696c7e85a97f4778d9e00ff0 commit: 375b723d5873f948696c7e85a97f4778d9e00ff0 branch: main author: Sam Gross committer: colesbury date: 2024-06-24T14:15:15-04:00 summary: gh-120858: PyDict_Next should not lock the dict (#120859) PyDict_Next

[Python-checkins] [3.13] gh-120860: Fix a few bugs in `type_setattro` error paths. (GH-120861) (#120963)

2024-06-24 Thread colesbury
https://github.com/python/cpython/commit/6aee5edb84cfa23f430091270a4118e51894c767 commit: 6aee5edb84cfa23f430091270a4118e51894c767 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2024-06-24T18:33:39Z summary: [3.

[Python-checkins] [3.13] gh-120858: PyDict_Next should not lock the dict (GH-120859) (#120964)

2024-06-24 Thread colesbury
https://github.com/python/cpython/commit/0a77058b7971ba140c1f9db443e536ea5f1d71aa commit: 0a77058b7971ba140c1f9db443e536ea5f1d71aa branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2024-06-24T18:41:19Z summary: [3.

[Python-checkins] gh-121065: Temporarily skip flaky test on free-threaded build (#121100)

2024-06-27 Thread colesbury
https://github.com/python/cpython/commit/4a62a331de1eeda7878960b0bd184a348908245e commit: 4a62a331de1eeda7878960b0bd184a348908245e branch: main author: Sam Gross committer: colesbury date: 2024-06-27T14:03:09-04:00 summary: gh-121065: Temporarily skip flaky test on free-threaded build (#121100

[Python-checkins] gh-117657: Fix data races reported by TSAN in some set methods (#120914)

2024-07-01 Thread colesbury
https://github.com/python/cpython/commit/294e72496439da984cb8dba9100d3613c8cc8a6d commit: 294e72496439da984cb8dba9100d3613c8cc8a6d branch: main author: AN Long committer: colesbury date: 2024-07-01T15:11:39-04:00 summary: gh-117657: Fix data races reported by TSAN in some set methods (#120914

[Python-checkins] [3.13] gh-117657: Fix data races reported by TSAN in some set methods (GH-120914) (#121240)

2024-07-01 Thread colesbury
https://github.com/python/cpython/commit/06fd745dd91c757b643f69847cf1234609968132 commit: 06fd745dd91c757b643f69847cf1234609968132 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2024-07-01T19:40:28Z summary: [3.

[Python-checkins] gh-117139: Add _PyTuple_FromStackRefSteal and use it (#121244)

2024-07-02 Thread colesbury
https://github.com/python/cpython/commit/8e8d202f552c993f40913b628139a39a5abe6a03 commit: 8e8d202f552c993f40913b628139a39a5abe6a03 branch: main author: Sam Gross committer: colesbury date: 2024-07-02T12:30:14-04:00 summary: gh-117139: Add _PyTuple_FromStackRefSteal and use it (#121244) Avoids

[Python-checkins] gh-121487: Fix deprecation warning for ATOMIC_VAR_INIT in mimalloc (gh-121488)

2024-07-08 Thread colesbury
https://github.com/python/cpython/commit/31873bea471020ca5deaf735d9acb0f1abeb1d3c commit: 31873bea471020ca5deaf735d9acb0f1abeb1d3c branch: main author: Marc Mueller <30130371+cdc...@users.noreply.github.com> committer: colesbury date: 2024-07-08T14:32:30-04:00 summary: gh-121487: Fix depre

[Python-checkins] gh-121368: Fix seq lock memory ordering in _PyType_Lookup (#121388)

2024-07-08 Thread colesbury
https://github.com/python/cpython/commit/1d3cf79a501a93a7a488fc75d4db3060c5ee7d1a commit: 1d3cf79a501a93a7a488fc75d4db3060c5ee7d1a branch: main author: Sam Gross committer: colesbury date: 2024-07-08T14:52:07-04:00 summary: gh-121368: Fix seq lock memory ordering in _PyType_Lookup (#121388

[Python-checkins] [3.13] gh-121487: Fix deprecation warning for ATOMIC_VAR_INIT in mimalloc (gh-121488) (#121504)

2024-07-08 Thread colesbury
https://github.com/python/cpython/commit/eef5c6443b88e63c3c204a146ceb879b077b5365 commit: eef5c6443b88e63c3c204a146ceb879b077b5365 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2024-07-08T18:59:25Z summary: [3.

[Python-checkins] [3.13] gh-121368: Fix seq lock memory ordering in _PyType_Lookup (GH-121388) (#121505)

2024-07-08 Thread colesbury
https://github.com/python/cpython/commit/c128718f309b144ebab5ed6e4ea91fe7badab25c commit: c128718f309b144ebab5ed6e4ea91fe7badab25c branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2024-07-08T19:15:58Z summary: [3.

[Python-checkins] gh-121018: Fix typo in NEWS entry (#121510)

2024-07-08 Thread colesbury
https://github.com/python/cpython/commit/218edaf0ffe6ef38349047f378649f93d280e23e commit: 218edaf0ffe6ef38349047f378649f93d280e23e branch: main author: Sam Gross committer: colesbury date: 2024-07-08T16:44:56-04:00 summary: gh-121018: Fix typo in NEWS entry (#121510) files: M Misc/NEWS.d/next

[Python-checkins] [3.12] gh-121018: Fix typo in NEWS entry (GH-121510) (#121516)

2024-07-08 Thread colesbury
https://github.com/python/cpython/commit/4b0469652713c126189d61925813e8b6a12f4d95 commit: 4b0469652713c126189d61925813e8b6a12f4d95 branch: 3.12 author: Sam Gross committer: colesbury date: 2024-07-08T17:19:29-04:00 summary: [3.12] gh-121018: Fix typo in NEWS entry (GH-121510) (#121516) (cherry

[Python-checkins] gh-117657: Fix TSAN races in setobject.c (#121511)

2024-07-09 Thread colesbury
https://github.com/python/cpython/commit/9c08f40a613d9aee78de4ce4ec3e125d1496d148 commit: 9c08f40a613d9aee78de4ce4ec3e125d1496d148 branch: main author: Sam Gross committer: colesbury date: 2024-07-09T12:11:43-04:00 summary: gh-117657: Fix TSAN races in setobject.c (#121511) The `used` field

[Python-checkins] [3.13] gh-117657: Fix TSAN races in setobject.c (GH-121511) (#121541)

2024-07-09 Thread colesbury
https://github.com/python/cpython/commit/f0d16f7e82ee19433f0336c0c06053c4f63dec05 commit: f0d16f7e82ee19433f0336c0c06053c4f63dec05 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2024-07-09T16:36:36Z summary: [3.

[Python-checkins] [3.13] gh-112075: Fix dict thread safety issues (GH-119288) (#121545)

2024-07-09 Thread colesbury
https://github.com/python/cpython/commit/2f1538316138425b453d698adac031d4093fa885 commit: 2f1538316138425b453d698adac031d4093fa885 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2024-07-09T18:13:23Z summary: [3.

[Python-checkins] gh-107851: Fix spurious failures in fcntl eintr tests (#121556)

2024-07-10 Thread colesbury
https://github.com/python/cpython/commit/af9f6de6ea930b607f948f2c91a87fe4ca9d64db commit: af9f6de6ea930b607f948f2c91a87fe4ca9d64db branch: main author: Sam Gross committer: colesbury date: 2024-07-10T10:36:52-04:00 summary: gh-107851: Fix spurious failures in fcntl eintr tests (#121556) On

[Python-checkins] [3.12] gh-107851: Fix spurious failures in fcntl eintr tests (GH-121556) (#121586)

2024-07-10 Thread colesbury
https://github.com/python/cpython/commit/847c803c13093f3ec0a09188831e1a44f27894b1 commit: 847c803c13093f3ec0a09188831e1a44f27894b1 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2024-07-10T14:54:45Z summary: [3.

[Python-checkins] [3.13] gh-107851: Fix spurious failures in fcntl eintr tests (GH-121556) (#121585)

2024-07-10 Thread colesbury
https://github.com/python/cpython/commit/0113c56a203c3569013c6d08486ccce2e9b7016b commit: 0113c56a203c3569013c6d08486ccce2e9b7016b branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2024-07-10T15:02:26Z summary: [3.

[Python-checkins] gh-117657: Fix TSan race in _PyDict_CheckConsistency (#121551)

2024-07-10 Thread colesbury
https://github.com/python/cpython/commit/3ec719fabf936ea7a012a76445b860759155de86 commit: 3ec719fabf936ea7a012a76445b860759155de86 branch: main author: Sam Gross committer: colesbury date: 2024-07-10T14:04:12-04:00 summary: gh-117657: Fix TSan race in _PyDict_CheckConsistency (#121551) The

[Python-checkins] [3.13] gh-117657: Fix TSan race in _PyDict_CheckConsistency (GH-121551) (#121590)

2024-07-10 Thread colesbury
https://github.com/python/cpython/commit/927f882d762f5a2b02c8f41c042ddb4a1747d93a commit: 927f882d762f5a2b02c8f41c042ddb4a1747d93a branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2024-07-10T18:28:44Z summary: [3.

[Python-checkins] gh-117657: Remove TSAN suppressions for _abc.c (#121508)

2024-07-10 Thread colesbury
https://github.com/python/cpython/commit/7641743d48b276de88a709ad40d715b6c5d7a2ea commit: 7641743d48b276de88a709ad40d715b6c5d7a2ea branch: main author: Sam Gross committer: colesbury date: 2024-07-10T17:08:10-04:00 summary: gh-117657: Remove TSAN suppressions for _abc.c (#121508) The functions

[Python-checkins] [3.13] gh-117657: Remove TSAN suppressions for _abc.c (GH-121508) (#121598)

2024-07-10 Thread colesbury
https://github.com/python/cpython/commit/85e9018a0124f0d2c0ac6686bd5be015e8adc9b7 commit: 85e9018a0124f0d2c0ac6686bd5be015e8adc9b7 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2024-07-10T21:34:14Z summary: [3.

[Python-checkins] gh-121592: Make select.poll() and related objects thread-safe (#121594)

2024-07-11 Thread colesbury
https://github.com/python/cpython/commit/44937d11a6a045a624918db78aa36e715ffabcd4 commit: 44937d11a6a045a624918db78aa36e715ffabcd4 branch: main author: Sam Gross committer: colesbury date: 2024-07-11T10:21:09-04:00 summary: gh-121592: Make select.poll() and related objects thread-safe (#121594

[Python-checkins] [3.13] gh-121592: Make select.poll() and related objects thread-safe (GH-121594) (#121623)

2024-07-11 Thread colesbury
https://github.com/python/cpython/commit/3b5f8d256c534e9b2baa64ec151da0d590213667 commit: 3b5f8d256c534e9b2baa64ec151da0d590213667 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2024-07-11T14:44:54Z summary: [3.

[Python-checkins] gh-121103: Put free-threaded libraries in `lib/python3.14t` (#121293)

2024-07-11 Thread colesbury
https://github.com/python/cpython/commit/e8c91d90ba8fab410a27fad4f709cc73f6ffcbf4 commit: e8c91d90ba8fab410a27fad4f709cc73f6ffcbf4 branch: main author: Sam Gross committer: colesbury date: 2024-07-11T16:21:37-04:00 summary: gh-121103: Put free-threaded libraries in `lib/python3.14t` (#121293

[Python-checkins] [3.13] gh-121103: Put free-threaded libraries in `lib/python3.14t` (GH-121293) (#121631)

2024-07-11 Thread colesbury
https://github.com/python/cpython/commit/35f7155bc39b8e5212b90a2ee96cb107b51e0e83 commit: 35f7155bc39b8e5212b90a2ee96cb107b51e0e83 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2024-07-11T21:00:28Z summary: [3.

[Python-checkins] [3.13] gh-121605: Increase timeout in test_pyrepl.run_repl (GH-121606) (#121702)

2024-07-13 Thread colesbury
https://github.com/python/cpython/commit/14c5bffcc552fec1276f078dd8d20688d4e71c78 commit: 14c5bffcc552fec1276f078dd8d20688d4e71c78 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2024-07-13T12:07:12-04:00 summary: [3.

[Python-checkins] gh-121652: Handle `allocate_weakref` returning NULL (#121653)

2024-07-13 Thread colesbury
https://github.com/python/cpython/commit/a640a605a8a1a3f73b98f948d0c2a7d42134f692 commit: a640a605a8a1a3f73b98f948d0c2a7d42134f692 branch: main author: Sam Gross committer: colesbury date: 2024-07-13T12:07:52-04:00 summary: gh-121652: Handle `allocate_weakref` returning NULL (#121653) The

[Python-checkins] [3.13] gh-121652: Handle `allocate_weakref` returning NULL (GH-121653) (#121721)

2024-07-13 Thread colesbury
https://github.com/python/cpython/commit/f78e1aa1f0ed2226dcaa4631f66f1419dbb2e63b commit: f78e1aa1f0ed2226dcaa4631f66f1419dbb2e63b branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2024-07-13T16:31:50Z summary: [3.

[Python-checkins] gh-121731: Fix mimalloc compile error on GNU/Hurd (#121732)

2024-07-14 Thread colesbury
https://github.com/python/cpython/commit/d005f2c1861dbf0ab3d9f80b54d05d0c0b522c3c commit: d005f2c1861dbf0ab3d9f80b54d05d0c0b522c3c branch: main author: Samuel Thibault committer: colesbury date: 2024-07-14T12:50:25-04:00 summary: gh-121731: Fix mimalloc compile error on GNU/Hurd (#121732

[Python-checkins] [3.13] gh-121731: Fix mimalloc compile error on GNU/Hurd (GH-121732) (#121773)

2024-07-14 Thread colesbury
https://github.com/python/cpython/commit/767f71466d35be984901593d25419be788e0d20c commit: 767f71466d35be984901593d25419be788e0d20c branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2024-07-14T17:14:30Z summary: [3.

[Python-checkins] gh-117657: Skip tests that fork with threads under TSan (#121599)

2024-07-15 Thread colesbury
https://github.com/python/cpython/commit/82a4dac9f6131954c32dac9d0277283fc5b499a9 commit: 82a4dac9f6131954c32dac9d0277283fc5b499a9 branch: main author: Sam Gross committer: colesbury date: 2024-07-15T16:43:51-04:00 summary: gh-117657: Skip tests that fork with threads under TSan (#121599) This

[Python-checkins] [3.13] gh-121546: Disable contextvar caching on free-threading build (GH-121740) (#121808)

2024-07-15 Thread colesbury
https://github.com/python/cpython/commit/0a634e3702b7fe688076e0c2caee9cfcb1553154 commit: 0a634e3702b7fe688076e0c2caee9cfcb1553154 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2024-07-15T16:53:52-04:00 summary: [3.

  1   2   3   4   5   >