[Python-checkins] gh-116738: Make `_json` module thread-safe in the free-threading (#119438)

2025-08-30 Thread kumaraditya303
https://github.com/python/cpython/commit/43573028c6ae21c66c118b8bae866c8968b87b68 commit: 43573028c6ae21c66c118b8bae866c8968b87b68 branch: main author: Pieter Eendebak committer: kumaraditya303 date: 2025-08-31T09:42:45+05:30 summary: gh-116738: Make `_json` module thread-safe in the free

[Python-checkins] gh-132657: avoid locks and refcounting in `frozenset` lookups (#136107)

2025-08-30 Thread kumaraditya303
https://github.com/python/cpython/commit/f58a7c717584241467970623384ce61cbd776f29 commit: f58a7c717584241467970623384ce61cbd776f29 branch: main author: Pieter Eendebak committer: kumaraditya303 date: 2025-08-31T00:55:36+05:30 summary: gh-132657: avoid locks and refcounting in `frozenset

[Python-checkins] gh-134861: revert "Add CSV and BSV output formats to asyncio ps" (#138187)

2025-08-28 Thread kumaraditya303
https://github.com/python/cpython/commit/c779f2324df06563b4ba3d70d0941e619ccaf5ff commit: c779f2324df06563b4ba3d70d0941e619ccaf5ff branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-08-28T21:19:15+05:30 summary: gh-134861: revert "Add CSV and BSV output formats to async

[Python-checkins] enhance docs for critical sections (#137334)

2025-08-26 Thread kumaraditya303
https://github.com/python/cpython/commit/5ae8b97f6bdcadd0cc15e0046b0db09e4c6e0d6b commit: 5ae8b97f6bdcadd0cc15e0046b0db09e4c6e0d6b branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-08-26T22:43:02+05:30 summary: enhance docs for critical sections (#137334) files: M Doc/c

[Python-checkins] [3.13] gh-137740: Clarify `__del__` invocation mechanism in reference counting (GH-137741) (#138112)

2025-08-26 Thread kumaraditya303
https://github.com/python/cpython/commit/238a1ca713f6259ee00e1d5e3cf8cb6abe126007 commit: 238a1ca713f6259ee00e1d5e3cf8cb6abe126007 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: kumaraditya303 date: 2025-08-26T23:43:42+05:30 summary:

[Python-checkins] [3.13] enhance docs for critical sections (GH-137334) (#138168)

2025-08-26 Thread kumaraditya303
https://github.com/python/cpython/commit/0a72696f45cb6a8d38af0c85078fda1c98c9d511 commit: 0a72696f45cb6a8d38af0c85078fda1c98c9d511 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: kumaraditya303 date: 2025-08-26T17:26:09Z summary:

[Python-checkins] gh-137740: Clarify `__del__` invocation mechanism in reference counting (#137741)

2025-08-22 Thread kumaraditya303
https://github.com/python/cpython/commit/90b932e65080008dfd974b2e03c3068dbb72b95d commit: 90b932e65080008dfd974b2e03c3068dbb72b95d branch: main author: Robin Narsingh Ranabhat committer: kumaraditya303 date: 2025-08-23T00:49:55+05:30 summary: gh-137740: Clarify `__del__` invocation mechanism in

[Python-checkins] gh-137384: fix crash when accessing warnings state late in runtime shutdown (#138027)

2025-08-22 Thread kumaraditya303
https://github.com/python/cpython/commit/b9bcd02e9fe976e0a6a8e8a0b336d598b1d73b13 commit: b9bcd02e9fe976e0a6a8e8a0b336d598b1d73b13 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-08-22T19:10:43+05:30 summary: gh-137384: fix crash when accessing warnings state late in

[Python-checkins] [3.13] gh-135862: add C contiguous one-dimensional buffer requirement to `asyncio.StreamWriter` docs (GH-137910) (#137913)

2025-08-18 Thread kumaraditya303
https://github.com/python/cpython/commit/1a10c47faeea2cd79b12864245dbc706192f0cf7 commit: 1a10c47faeea2cd79b12864245dbc706192f0cf7 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: kumaraditya303 date: 2025-08-18T13:13:19Z summary: [3.

[Python-checkins] gh-135862: add C contiguous one-dimensional buffer requirement to `asyncio.StreamWriter` docs (#137910)

2025-08-18 Thread kumaraditya303
https://github.com/python/cpython/commit/1c3950abc1d403bddce5212c08d6c40e78486e9d commit: 1c3950abc1d403bddce5212c08d6c40e78486e9d branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-08-18T18:36:43+05:30 summary: gh-135862: add C contiguous one-dimensional buffer requirement

[Python-checkins] gh-127859: Fixed documentation for call_later and call_at for early wakeup in asyncio (#137859)

2025-08-18 Thread kumaraditya303
https://github.com/python/cpython/commit/92be979f64cbc12a32dc391d66caf4398fd24763 commit: 92be979f64cbc12a32dc391d66caf4398fd24763 branch: main author: Bar Harel committer: kumaraditya303 date: 2025-08-18T17:48:54+05:30 summary: gh-127859: Fixed documentation for call_later and call_at for

[Python-checkins] gh-131591: fix formatting of remote debugger docs (#137225)

2025-08-16 Thread kumaraditya303
https://github.com/python/cpython/commit/eac37b46d97d91aaad7278f31f74ddb57b92bc25 commit: eac37b46d97d91aaad7278f31f74ddb57b92bc25 branch: main author: Rafael Fontenelle committer: kumaraditya303 date: 2025-08-17T11:11:31+05:30 summary: gh-131591: fix formatting of remote debugger docs (#137225

[Python-checkins] [3.13] gh-90483: fix docs of `SubprocessTransport.get_pipe_transport ` (GH-137852) (#137854)

2025-08-16 Thread kumaraditya303
https://github.com/python/cpython/commit/33a3f5e45800a40782ff90deb7e6aef8244dcabe commit: 33a3f5e45800a40782ff90deb7e6aef8244dcabe branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: kumaraditya303 date: 2025-08-16T11:17:55Z summary: [3.

[Python-checkins] gh-90483: fix docs of `SubprocessTransport.get_pipe_transport ` (#137852)

2025-08-16 Thread kumaraditya303
https://github.com/python/cpython/commit/038a6e3b959b1fa55f43b2e60bc207c01f7da0ce commit: 038a6e3b959b1fa55f43b2e60bc207c01f7da0ce branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-08-16T11:11:45Z summary: gh-90483: fix docs of `SubprocessTransport.get_pipe_transport

[Python-checkins] [3.13] gh-101359: clarify docs for `asyncio.Event.clear` (GH-137849) (#137851)

2025-08-16 Thread kumaraditya303
https://github.com/python/cpython/commit/7f18b0e45d0fb60a3a2db270953a4aceaa8126db commit: 7f18b0e45d0fb60a3a2db270953a4aceaa8126db branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: kumaraditya303 date: 2025-08-16T16:29:26+05:30 summary:

[Python-checkins] gh-101359: clarify docs for `asyncio.Event.clear` (#137849)

2025-08-16 Thread kumaraditya303
https://github.com/python/cpython/commit/4b2dbe8e0aa35046622f87dec1fa42da4d2deb2d commit: 4b2dbe8e0aa35046622f87dec1fa42da4d2deb2d branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-08-16T10:50:54Z summary: gh-101359: clarify docs for `asyncio.Event.clear` (#137849) files

[Python-checkins] [3.13] Mention the "context manager" keyword in concurrent.futures documentation (GH-130976) (#137811)

2025-08-15 Thread kumaraditya303
https://github.com/python/cpython/commit/2c614a8264ecf6aae7c78086fa371cab63a43dca commit: 2c614a8264ecf6aae7c78086fa371cab63a43dca branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: kumaraditya303 date: 2025-08-15T19:41:04+05:30 summary:

[Python-checkins] gh-137808: use argument clinic for `_thread.lock` and `_thread.RLock` (#137809)

2025-08-15 Thread kumaraditya303
https://github.com/python/cpython/commit/31bbea147786e3727aea0b8bc4c2643c64e24785 commit: 31bbea147786e3727aea0b8bc4c2643c64e24785 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-08-15T13:58:10Z summary: gh-137808: use argument clinic for `_thread.lock` and `_thread.RLock

[Python-checkins] Mention the "context manager" keyword in concurrent.futures documentation (#130976)

2025-08-15 Thread kumaraditya303
https://github.com/python/cpython/commit/095bc775ecb5d4213767de3feebaa5a98d8c603c commit: 095bc775ecb5d4213767de3feebaa5a98d8c603c branch: main author: Jakub Stasiak committer: kumaraditya303 date: 2025-08-15T15:30:22+05:30 summary: Mention the "context manager" keyword in concurre

[Python-checkins] gh-137128: Remove outdated todo about coro_fns in asyncio (#137385)

2025-08-04 Thread kumaraditya303
https://github.com/python/cpython/commit/c5cebe1b5afa58fc0ee95153a4b1905229dce7dc commit: c5cebe1b5afa58fc0ee95153a4b1905229dce7dc branch: main author: alexey semenyuk committer: kumaraditya303 date: 2025-08-04T16:44:29Z summary: gh-137128: Remove outdated todo about coro_fns in asyncio

[Python-checkins] [3.13] gh-135444: fix `asyncio.DatagramTransport.sendto` to account for datagram header size when data cannot be sent (GH-135445) (#137246)

2025-08-02 Thread kumaraditya303
https://github.com/python/cpython/commit/1b0dfbf209c327de30d66446a4aa39ddb3236980 commit: 1b0dfbf209c327de30d66446a4aa39ddb3236980 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: kumaraditya303 date: 2025-08-03T10:18:53+05:30 summary:

[Python-checkins] gh-133467: fix data race in `type_set_name` (#137302)

2025-08-01 Thread kumaraditya303
https://github.com/python/cpython/commit/e99bc7fd44bbbf2464c37d5a5ac0e1264c37 commit: e99bc7fd44bbbf2464c37d5a5ac0e1264c37 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-08-01T13:40:40Z summary: gh-133467: fix data race in `type_set_name` (#137302) Fix data race

[Python-checkins] gh-135444: fix `asyncio.DatagramTransport.sendto` to account for datagram header size when data cannot be sent (#135445)

2025-07-30 Thread kumaraditya303
https://github.com/python/cpython/commit/e3ea8613519bd08aa6ce7d142403e644ae32d843 commit: e3ea8613519bd08aa6ce7d142403e644ae32d843 branch: main author: Justin Bronder committer: kumaraditya303 date: 2025-07-30T23:41:28+05:30 summary: gh-135444: fix `asyncio.DatagramTransport.sendto` to account

[Python-checkins] [3.13] GH-116738: document thread-safety of bisect (GH-136555) (#137222)

2025-07-30 Thread kumaraditya303
https://github.com/python/cpython/commit/d3b5f838ec44d0297a0990e11838f39395aa7d60 commit: d3b5f838ec44d0297a0990e11838f39395aa7d60 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: kumaraditya303 date: 2025-07-30T11:50:39Z summary: [3.

[Python-checkins] gh-134043: use stackrefs for dict lookup in `_PyObject_GetMethodStackRef` (#136412)

2025-07-28 Thread kumaraditya303
https://github.com/python/cpython/commit/cbe6ebe15b3b8db00d3ca82a408cfd62b6d93b7d commit: cbe6ebe15b3b8db00d3ca82a408cfd62b6d93b7d branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-07-28T22:04:57+05:30 summary: gh-134043: use stackrefs for dict lookup in

[Python-checkins] gh-131338: Disable computed stack limit checks on non-glibc linux (#134336)

2025-07-28 Thread kumaraditya303
https://github.com/python/cpython/commit/1e9b8f2f8512ca4ede6ca24113a70e13c9a7cf6b commit: 1e9b8f2f8512ca4ede6ca24113a70e13c9a7cf6b branch: main author: R. David Murray committer: kumaraditya303 date: 2025-07-28T22:02:34+05:30 summary: gh-131338: Disable computed stack limit checks on non-glibc

[Python-checkins] [3.13] gh-136759: revert rename `lock.h` to `pylock.h` (GH-137041) (#137075) (#137166)

2025-07-28 Thread kumaraditya303
https://github.com/python/cpython/commit/3f57d9be8bccf628d20ca24c654bc3d1e1ce2816 commit: 3f57d9be8bccf628d20ca24c654bc3d1e1ce2816 branch: 3.13 author: Kumar Aditya committer: kumaraditya303 date: 2025-07-28T12:19:32Z summary: [3.13] gh-136759: revert rename `lock.h` to `pylock.h` (GH-137041

[Python-checkins] [3.13] gh-119711: describe `create_datagram_endpoint`'s behavior in asyncio when `local_addr` is `None` (GH-136913) (#137163)

2025-07-28 Thread kumaraditya303
https://github.com/python/cpython/commit/505e2a4a2dd692c1977c7968645beb922f2e36f3 commit: 505e2a4a2dd692c1977c7968645beb922f2e36f3 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: kumaraditya303 date: 2025-07-28T11:03:08Z summary: [3.

[Python-checkins] gh-119711: describe `create_datagram_endpoint`'s behavior in asyncio when `local_addr` is `None` (#136913)

2025-07-28 Thread kumaraditya303
https://github.com/python/cpython/commit/1481384141342479b3ba4b89f653b4e5bef0d272 commit: 1481384141342479b3ba4b89f653b4e5bef0d272 branch: main author: AN Long committer: kumaraditya303 date: 2025-07-28T16:25:59+05:30 summary: gh-119711: describe `create_datagram_endpoint`'s behavior in as

[Python-checkins] [3.13] gh-126662: naming consistency for `signal.ItimerError` (GH-126712) (#137123)

2025-07-26 Thread kumaraditya303
https://github.com/python/cpython/commit/89f256ecd1ac7d5350e3319be07dfb71cf3327c9 commit: 89f256ecd1ac7d5350e3319be07dfb71cf3327c9 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: kumaraditya303 date: 2025-07-27T09:58:21+05:30 summary:

[Python-checkins] gh-126662: naming consistency for `signal.ItimerError` (#126712)

2025-07-26 Thread kumaraditya303
https://github.com/python/cpython/commit/d5fa437dfb50e2e47632cdc994e3257608688f30 commit: d5fa437dfb50e2e47632cdc994e3257608688f30 branch: main author: Stephen Morton committer: kumaraditya303 date: 2025-07-26T22:14:12+05:30 summary: gh-126662: naming consistency for `signal.ItimerError

[Python-checkins] gh-130522: Fix unraisable TypeError in threading at interpreter shutdown (#131537)

2025-07-25 Thread kumaraditya303
https://github.com/python/cpython/commit/cb93b6fc5ea525f8075cb53ec373356fec63903a commit: cb93b6fc5ea525f8075cb53ec373356fec63903a branch: main author: Tyler Kennedy committer: kumaraditya303 date: 2025-07-25T14:51:30Z summary: gh-130522: Fix unraisable TypeError in threading at interpreter

[Python-checkins] gh-137084: remove multiple calls to `get_gc_state` in `gc.c` (#137085)

2025-07-25 Thread kumaraditya303
https://github.com/python/cpython/commit/d7db0ee7ee2af48f666a8b5a9321161b2dbd85ab commit: d7db0ee7ee2af48f666a8b5a9321161b2dbd85ab branch: main author: Sergey Miryanov committer: kumaraditya303 date: 2025-07-25T18:13:54+05:30 summary: gh-137084: remove multiple calls to `get_gc_state` in `gc.c

[Python-checkins] gh-136870: fix data races in instrumentation of bytecode (#136994)

2025-07-24 Thread kumaraditya303
https://github.com/python/cpython/commit/9a6b60af409d02468b935c569a4f49e88c399c4e commit: 9a6b60af409d02468b935c569a4f49e88c399c4e branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-07-24T17:58:46Z summary: gh-136870: fix data races in instrumentation of bytecode (#136994

[Python-checkins] [3.13] gh-136759: rename `lock.h` to `pylock.h` (GH-137041) (#137075)

2025-07-24 Thread kumaraditya303
https://github.com/python/cpython/commit/74503acba7d6c563aeef307ccf2d0cee141838b0 commit: 74503acba7d6c563aeef307ccf2d0cee141838b0 branch: 3.13 author: AN Long committer: kumaraditya303 date: 2025-07-24T21:36:25+05:30 summary: [3.13] gh-136759: rename `lock.h` to `pylock.h` (GH-137041) (#137075

[Python-checkins] gh-132551: add missing critical sections on BytesIO methods (#137073)

2025-07-24 Thread kumaraditya303
https://github.com/python/cpython/commit/d8fa40b08da60a711311751891fa830cb4ae77f3 commit: d8fa40b08da60a711311751891fa830cb4ae77f3 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-07-24T11:57:48Z summary: gh-132551: add missing critical sections on BytesIO methods (#137073

[Python-checkins] gh-137054: remove obsolete counting of objects in young generation under `Py_STATS` builds (#137055)

2025-07-24 Thread kumaraditya303
https://github.com/python/cpython/commit/e93c30d4666f925c6a5a2cc4952f69782760d101 commit: e93c30d4666f925c6a5a2cc4952f69782760d101 branch: main author: Sergey Miryanov committer: kumaraditya303 date: 2025-07-24T17:00:27+05:30 summary: gh-137054: remove obsolete counting of objects in young

[Python-checkins] gh-136759: rename `lock.h` to `pylock.h` (#137041)

2025-07-24 Thread kumaraditya303
https://github.com/python/cpython/commit/ec02db5caa546cb475453bd6efc1d517b95c commit: ec02db5caa546cb475453bd6efc1d517b95c branch: main author: AN Long committer: kumaraditya303 date: 2025-07-24T16:16:07+05:30 summary: gh-136759: rename `lock.h` to `pylock.h` (#137041) Rename `lock.h

[Python-checkins] [3.13] gh-137043: mention `PyList_GET_ITEM` as unsafe borrowed API in free-threading docs (GH-137042) (#137046)

2025-07-23 Thread kumaraditya303
https://github.com/python/cpython/commit/6ffeef10b2e4bf4f115c33d52c4bb98ef52e5689 commit: 6ffeef10b2e4bf4f115c33d52c4bb98ef52e5689 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: kumaraditya303 date: 2025-07-23T14:42:53Z summary: [3.

[Python-checkins] gh-137043: mention `PyList_GET_ITEM` as unsafe borrowed API in free-threading docs (#137042)

2025-07-23 Thread kumaraditya303
https://github.com/python/cpython/commit/38b936cc9912fc6847265917f94af53f0bf228e9 commit: 38b936cc9912fc6847265917f94af53f0bf228e9 branch: main author: Guido Imperiale committer: kumaraditya303 date: 2025-07-23T20:06:06+05:30 summary: gh-137043: mention `PyList_GET_ITEM` as unsafe borrowed API

[Python-checkins] [3.14] gh-136870: fix data race in `PyThreadState_Clear` on `sys_tracing_threads` (GH-136951) (#136953)

2025-07-21 Thread kumaraditya303
https://github.com/python/cpython/commit/718fc5b1393d9ce52fc0353fb361818e865e3e45 commit: 718fc5b1393d9ce52fc0353fb361818e865e3e45 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: kumaraditya303 date: 2025-07-21T21:01:14Z summary: [3.

[Python-checkins] gh-136870: fix data race in `PyThreadState_Clear` on `sys_tracing_threads` (#136951)

2025-07-21 Thread kumaraditya303
https://github.com/python/cpython/commit/f183996eb77fd2d5662c62667298c292c943ebf5 commit: f183996eb77fd2d5662c62667298c292c943ebf5 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-07-21T20:35:25Z summary: gh-136870: fix data race in `PyThreadState_Clear` on

[Python-checkins] fix traceback.FrameSummary docstring by adding end_lineno, colno, and end_colno (#136716)

2025-07-16 Thread kumaraditya303
https://github.com/python/cpython/commit/180b3eb697bf5bb0088f3f35ef2d3675f9fff04f commit: 180b3eb697bf5bb0088f3f35ef2d3675f9fff04f branch: main author: Ole Herman Schumacher Elgesem <4048546+oleherma...@users.noreply.github.com> committer: kumaraditya303 date: 2025-07-16T22:59:30+05:30 s

[Python-checkins] gh-136669: build `_asyncio` as static module (#136670)

2025-07-16 Thread kumaraditya303
https://github.com/python/cpython/commit/b7d722547bcc9e92dca4837b9fdbe7457788820b commit: b7d722547bcc9e92dca4837b9fdbe7457788820b branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-07-16T22:09:08+05:30 summary: gh-136669: build `_asyncio` as static module (#136670

[Python-checkins] fix grammar typo in `logging.rst` (#136584)

2025-07-16 Thread kumaraditya303
https://github.com/python/cpython/commit/e89923d36650fe10ce1c6b5f7152638589684004 commit: e89923d36650fe10ce1c6b5f7152638589684004 branch: main author: William Andrea <22385371+wjand...@users.noreply.github.com> committer: kumaraditya303 date: 2025-07-16T12:31:26+05:30 summary: fix gramma

[Python-checkins] gh-111968: remove redundant fetching of interpreter state in `dict` implementation (#136673)

2025-07-15 Thread kumaraditya303
https://github.com/python/cpython/commit/a8f42e6e884e7d63d5d63a817bc490f3bbbdba17 commit: a8f42e6e884e7d63d5d63a817bc490f3bbbdba17 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-07-15T19:15:11+05:30 summary: gh-111968: remove redundant fetching of interpreter state in

[Python-checkins] [3.13] gh-136663: fix signatures of PyFloat_Pack/Unpack in docs (GH-136664) (#136667)

2025-07-14 Thread kumaraditya303
https://github.com/python/cpython/commit/592a31369ea022ba036a4059998747d17e3449cc commit: 592a31369ea022ba036a4059998747d17e3449cc branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: kumaraditya303 date: 2025-07-15T05:37:55Z summary: [3.

[Python-checkins] gh-136663: fix signatures of PyFloat_Pack/Unpack in docs (#136664)

2025-07-14 Thread kumaraditya303
https://github.com/python/cpython/commit/e4654e0b3e7d802c8fe984cf39a36a42b67de1ad commit: e4654e0b3e7d802c8fe984cf39a36a42b67de1ad branch: main author: Sergey B Kirpichev committer: kumaraditya303 date: 2025-07-15T11:00:12+05:30 summary: gh-136663: fix signatures of PyFloat_Pack/Unpack in docs

[Python-checkins] [3.14] gh-136663: fix signatures of PyFloat_Pack/Unpack in docs (GH-136664) (#136666)

2025-07-14 Thread kumaraditya303
https://github.com/python/cpython/commit/088d79e3ee86d31fe69caed1247db7b624f243b5 commit: 088d79e3ee86d31fe69caed1247db7b624f243b5 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: kumaraditya303 date: 2025-07-15T05:36:47Z summary: [3.

[Python-checkins] [3.14] gh-116738: Make grp module thread-safe (GH-135434) (#136658)

2025-07-14 Thread kumaraditya303
https://github.com/python/cpython/commit/55eaaab8a4064ef76013a82c16c9991eba30dfeb commit: 55eaaab8a4064ef76013a82c16c9991eba30dfeb branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: kumaraditya303 date: 2025-07-15T11:03:33+05:30 summary:

[Python-checkins] [3.13] gh-109700: fix memory error handling in `PyDict_SetDefault` (#136338) (#136642)

2025-07-14 Thread kumaraditya303
https://github.com/python/cpython/commit/823bf76d376f4bbd33876e08ecfba56984170a6d commit: 823bf76d376f4bbd33876e08ecfba56984170a6d branch: 3.13 author: Kumar Aditya committer: kumaraditya303 date: 2025-07-14T08:25:31Z summary: [3.13] gh-109700: fix memory error handling in `PyDict_SetDefault

[Python-checkins] [3.14] gh-134833: improve docs for `del s[i:j]` in `Mutable Sequence Types` (GH-134834) (#136608)

2025-07-12 Thread kumaraditya303
https://github.com/python/cpython/commit/e1dc08bd9a20783e40c09fc68fd21658e1ec67e7 commit: e1dc08bd9a20783e40c09fc68fd21658e1ec67e7 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: kumaraditya303 date: 2025-07-13T12:28:45+05:30 summary:

[Python-checkins] [3.13] gh-134833: improve docs for `del s[i:j]` in `Mutable Sequence Types` (GH-134834) (#136609)

2025-07-12 Thread kumaraditya303
https://github.com/python/cpython/commit/bec9bdf619a21dcf33f62126df88cad0e7dc9adb commit: bec9bdf619a21dcf33f62126df88cad0e7dc9adb branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: kumaraditya303 date: 2025-07-13T06:03:33Z summary: [3.

[Python-checkins] gh-134833: improve docs for `del s[i:j]` in `Mutable Sequence Types` (#134834)

2025-07-12 Thread kumaraditya303
https://github.com/python/cpython/commit/609d5adc7cc241da8fe314a64ddd2c8a883ee8b7 commit: 609d5adc7cc241da8fe314a64ddd2c8a883ee8b7 branch: main author: Yongzi Li <204532581+yzi...@users.noreply.github.com> committer: kumaraditya303 date: 2025-07-13T11:26:31+05:30 summary: gh-134833: improv

[Python-checkins] gh-132969: update ACKS file (gh-133222) (#136144)

2025-07-12 Thread kumaraditya303
https://github.com/python/cpython/commit/46707d241a9eef4713450fa3ccbe490e48c8b722 commit: 46707d241a9eef4713450fa3ccbe490e48c8b722 branch: main author: Ajay Kamdar <140011370+ogbigg...@users.noreply.github.com> committer: kumaraditya303 date: 2025-07-13T11:19:44+05:30 summary: gh-132969:

[Python-checkins] [3.14] gh-134939: Correct `concurrent.interpreters` source code link (GH-136564) (#136605)

2025-07-12 Thread kumaraditya303
https://github.com/python/cpython/commit/f50cd5bec7c507ea1f775ebb30d8d014030c7b94 commit: f50cd5bec7c507ea1f775ebb30d8d014030c7b94 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: kumaraditya303 date: 2025-07-13T05:42:51Z summary: [3.

[Python-checkins] gh-134939: Correct `concurrent.interpreters` source code link (#136564)

2025-07-12 Thread kumaraditya303
https://github.com/python/cpython/commit/42b251bcebd749eceeb62389e413a3be37cff343 commit: 42b251bcebd749eceeb62389e413a3be37cff343 branch: main author: Stan Ulbrych <89152624+stanfromirel...@users.noreply.github.com> committer: kumaraditya303 date: 2025-07-13T11:05:57+05:30 summary: gh-

[Python-checkins] [3.14] gh-136447: Use `self.loop` instead of global `loop` variable in asyncio REPL (GH-136448) (#136458)

2025-07-09 Thread kumaraditya303
https://github.com/python/cpython/commit/19518a4205d064ad6000525f2a3fae0d52bc05c9 commit: 19518a4205d064ad6000525f2a3fae0d52bc05c9 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: kumaraditya303 date: 2025-07-09T09:23:43Z summary: [3.

[Python-checkins] [3.13] gh-136447: Use `self.loop` instead of global `loop` variable in asyncio REPL (GH-136448) (#136457)

2025-07-09 Thread kumaraditya303
https://github.com/python/cpython/commit/532ecac7712b40e893ade3c870d9c66e05bbc1b8 commit: 532ecac7712b40e893ade3c870d9c66e05bbc1b8 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: kumaraditya303 date: 2025-07-09T09:21:47Z summary: [3.

[Python-checkins] gh-136447: Use `self.loop` instead of global `loop` variable in asyncio REPL (#136448)

2025-07-09 Thread kumaraditya303
https://github.com/python/cpython/commit/77fa7a4dcc771bf4d297ebfd4f357483d0750a1c commit: 77fa7a4dcc771bf4d297ebfd4f357483d0750a1c branch: main author: Justin Su committer: kumaraditya303 date: 2025-07-09T14:27:20+05:30 summary: gh-136447: Use `self.loop` instead of global `loop` variable in

[Python-checkins] [3.14] gh-134657: Remove newly added private names from asyncio.__all__ (GH-134665) (#136455)

2025-07-09 Thread kumaraditya303
https://github.com/python/cpython/commit/c29fce05f3b4558f2dcd91ccaac5ab646caf6c1c commit: c29fce05f3b4558f2dcd91ccaac5ab646caf6c1c branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: kumaraditya303 date: 2025-07-09T08:34:19Z summary: [3.

[Python-checkins] gh-134657: Remove newly added private names from asyncio.__all__ (#134665)

2025-07-09 Thread kumaraditya303
https://github.com/python/cpython/commit/797abd1f7fdeb744bf9f683ef844e7279aad3d72 commit: 797abd1f7fdeb744bf9f683ef844e7279aad3d72 branch: main author: Jelle Zijlstra committer: kumaraditya303 date: 2025-07-09T13:25:46+05:30 summary: gh-134657: Remove newly added private names from asyncio

[Python-checkins] gh-119109: improve `functools.partial` vectorcall with keywords (#124584)

2025-07-09 Thread kumaraditya303
https://github.com/python/cpython/commit/f9932f542edd39c7e0eebd0f4468095c78db9651 commit: f9932f542edd39c7e0eebd0f4468095c78db9651 branch: main author: dgpb <3577712+dg...@users.noreply.github.com> committer: kumaraditya303 date: 2025-07-09T12:55:45+05:30 summary: gh-119109: i

[Python-checkins] gh-117657: enable `test_capi` under TSAN (#136269)

2025-07-08 Thread kumaraditya303
https://github.com/python/cpython/commit/51934000babed30c35dd49787145785a2d8f722d commit: 51934000babed30c35dd49787145785a2d8f722d branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-07-08T13:05:24+05:30 summary: gh-117657: enable `test_capi` under TSAN (#136269) files: M

[Python-checkins] gh-134043: use `_PyObject_GetMethodStackRef` in pattern matching (#136356)

2025-07-08 Thread kumaraditya303
https://github.com/python/cpython/commit/89f06a38c07f8ad72611e3bb545484d71a8a8d1b commit: 89f06a38c07f8ad72611e3bb545484d71a8a8d1b branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-07-08T13:04:50+05:30 summary: gh-134043: use `_PyObject_GetMethodStackRef` in pattern

[Python-checkins] gh-101100: Fix sphinx warnings in `whatsnew/3.11.rst` (#136402)

2025-07-07 Thread kumaraditya303
https://github.com/python/cpython/commit/5b78c85fb4cde94bb2637f683025ff71af76d48a commit: 5b78c85fb4cde94bb2637f683025ff71af76d48a branch: main author: Weilin Du <108666168+lamentxu...@users.noreply.github.com> committer: kumaraditya303 date: 2025-07-08T11:55:13+05:30 summary: gh-10110

[Python-checkins] [3.13] gh-86682: Add versionadded for sys._getframemodulename (GH-136325) (#136376)

2025-07-07 Thread kumaraditya303
https://github.com/python/cpython/commit/843e8054b052f744af233ccc7ec7f9d0c063b15d commit: 843e8054b052f744af233ccc7ec7f9d0c063b15d branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: kumaraditya303 date: 2025-07-07T11:28:32Z summary: [3.

[Python-checkins] [3.14] gh-86682: Add versionadded for sys._getframemodulename (GH-136325) (#136375)

2025-07-07 Thread kumaraditya303
https://github.com/python/cpython/commit/a7dd48acbaa7eff6972fb3b96cbce6325eecb0d9 commit: a7dd48acbaa7eff6972fb3b96cbce6325eecb0d9 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: kumaraditya303 date: 2025-07-07T11:27:54Z summary: [3.

[Python-checkins] gh-86682: Add versionadded for sys._getframemodulename (#136325)

2025-07-07 Thread kumaraditya303
https://github.com/python/cpython/commit/11f074b243756bca0db5a7d35dd84f00879de616 commit: 11f074b243756bca0db5a7d35dd84f00879de616 branch: main author: Anthony Sottile committer: kumaraditya303 date: 2025-07-07T16:52:04+05:30 summary: gh-86682: Add versionadded for sys._getframemodulename

[Python-checkins] [3.14] gh-109700: fix interpreter finalization while handling memory error (GH-136342) (#136352)

2025-07-07 Thread kumaraditya303
https://github.com/python/cpython/commit/22fad16ebc707706d18d067ed12cbbe0c8181a03 commit: 22fad16ebc707706d18d067ed12cbbe0c8181a03 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: kumaraditya303 date: 2025-07-07T07:40:13Z summary: [3.

[Python-checkins] [3.13] gh-109700: fix interpreter finalization while handling memory error (GH-136342) (#136353)

2025-07-07 Thread kumaraditya303
https://github.com/python/cpython/commit/2362cb6c6e81fcfec28f5dcce43d0d13aaf51825 commit: 2362cb6c6e81fcfec28f5dcce43d0d13aaf51825 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: kumaraditya303 date: 2025-07-07T07:37:35Z summary: [3.

[Python-checkins] gh-109700: fix interpreter finalization while handling memory error (#136342)

2025-07-07 Thread kumaraditya303
https://github.com/python/cpython/commit/0c3e3da19570424649c33c0c2c29dc12541935e7 commit: 0c3e3da19570424649c33c0c2c29dc12541935e7 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-07-07T12:45:22+05:30 summary: gh-109700: fix interpreter finalization while handling memory

[Python-checkins] [3.14] gh-109700: fix memory error handling in `PyDict_SetDefault` (GH-136338) (#136340)

2025-07-06 Thread kumaraditya303
https://github.com/python/cpython/commit/5b65df7925d0d6c9c837661a5a0348dda4a88ba6 commit: 5b65df7925d0d6c9c837661a5a0348dda4a88ba6 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: kumaraditya303 date: 2025-07-06T15:43:16Z summary: [3.

[Python-checkins] gh-109700: fix memory error handling in `PyDict_SetDefault` (#136338)

2025-07-06 Thread kumaraditya303
https://github.com/python/cpython/commit/d22e073d2b49313bbf42d40cbe74afa2b69385df commit: d22e073d2b49313bbf42d40cbe74afa2b69385df branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-07-06T15:18:11Z summary: gh-109700: fix memory error handling in `PyDict_SetDefault` (#136338

[Python-checkins] [3.14] gh-129824: fix data races in subinterpreters under TSAN (GH-135794) (#136266)

2025-07-06 Thread kumaraditya303
https://github.com/python/cpython/commit/3ea7276a8e9edcf5cc5409448467023a34d4f083 commit: 3ea7276a8e9edcf5cc5409448467023a34d4f083 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: kumaraditya303 date: 2025-07-06T18:53:55+05:30 summary:

[Python-checkins] gh-129824: fix data races in subinterpreters under TSAN (#135794)

2025-07-03 Thread kumaraditya303
https://github.com/python/cpython/commit/b582d751b4968d4534fdb7894e50713676789b2f commit: b582d751b4968d4534fdb7894e50713676789b2f branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-07-04T03:48:55Z summary: gh-129824: fix data races in subinterpreters under TSAN (#135794

[Python-checkins] gh-115999: remove redundant check in free-threading from `_STORE_ATTR_WITH_HINT` (#136249)

2025-07-03 Thread kumaraditya303
https://github.com/python/cpython/commit/85f092f541a2caf47e77b8510cbc720216e91e63 commit: 85f092f541a2caf47e77b8510cbc720216e91e63 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-07-04T09:04:47+05:30 summary: gh-115999: remove redundant check in free-threading from

[Python-checkins] [3.13] gh-135069: Fix exception message in encodings.idna module (GH-135071) (#136236)

2025-07-03 Thread kumaraditya303
https://github.com/python/cpython/commit/fc77192109f8aed83382ce7f4cd6fe517c051ab2 commit: fc77192109f8aed83382ce7f4cd6fe517c051ab2 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: kumaraditya303 date: 2025-07-03T10:31:43Z summary: [3.

[Python-checkins] [3.13] Docs: fix docstring of `email.message.Message.add_header` (GH-134355) (#135340)

2025-07-03 Thread kumaraditya303
https://github.com/python/cpython/commit/a09199e3ccdf4a0e8c4499d28f27c85d8ea754ac commit: a09199e3ccdf4a0e8c4499d28f27c85d8ea754ac branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: kumaraditya303 date: 2025-07-03T10:22:39Z summary:

[Python-checkins] [3.14] gh-135069: Fix exception message in encodings.idna module (GH-135071) (#136235)

2025-07-03 Thread kumaraditya303
https://github.com/python/cpython/commit/4bc9c018d1a04cf15a8cc35154949bf040c81c9c commit: 4bc9c018d1a04cf15a8cc35154949bf040c81c9c branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: kumaraditya303 date: 2025-07-03T10:18:27Z summary: [3.

[Python-checkins] [3.14] Fix comments for `heapq.siftup_max` (GH-135359) (#136232)

2025-07-03 Thread kumaraditya303
https://github.com/python/cpython/commit/84cafc7e94552fc6393df9948bfb93a89a25c669 commit: 84cafc7e94552fc6393df9948bfb93a89a25c669 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: kumaraditya303 date: 2025-07-03T10:17:10Z summary: [3.1

[Python-checkins] [3.13] Fix comments for `heapq.siftup_max` (GH-135359) (#136233)

2025-07-03 Thread kumaraditya303
https://github.com/python/cpython/commit/67c74398fa63cf49e3760eb792e09d79594d78af commit: 67c74398fa63cf49e3760eb792e09d79594d78af branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: kumaraditya303 date: 2025-07-03T10:15:01Z summary: [3.1

[Python-checkins] gh-135069: Fix exception message in encodings.idna module (#135071)

2025-07-03 Thread kumaraditya303
https://github.com/python/cpython/commit/8dc3383abea72ee3deafec60818aeb817d8fec09 commit: 8dc3383abea72ee3deafec60818aeb817d8fec09 branch: main author: Daniel Hollas committer: kumaraditya303 date: 2025-07-03T15:23:37+05:30 summary: gh-135069: Fix exception message in encodings.idna module

[Python-checkins] Fix comments for `heapq.siftup_max` (#135359)

2025-07-03 Thread kumaraditya303
https://github.com/python/cpython/commit/8f8bdf251a5f79d15ac2b1a6d19860033bf50c79 commit: 8f8bdf251a5f79d15ac2b1a6d19860033bf50c79 branch: main author: Alper committer: kumaraditya303 date: 2025-07-03T15:21:41+05:30 summary: Fix comments for `heapq.siftup_max` (#135359) Co-authored-by: mpage

[Python-checkins] [3.14] gh-135836: Fix `IndexError` in `asyncio.create_connection()` (GH-135875) (#136221)

2025-07-02 Thread kumaraditya303
https://github.com/python/cpython/commit/5216a6c547fbe2e634daea2d8d63beb56df829b3 commit: 5216a6c547fbe2e634daea2d8d63beb56df829b3 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: kumaraditya303 date: 2025-07-03T04:34:30Z summary: [3.

[Python-checkins] [3.13] gh-135836: Fix `IndexError` in `asyncio.create_connection()` (GH-135875) (#136222)

2025-07-02 Thread kumaraditya303
https://github.com/python/cpython/commit/d80df8c1a599b9b23d0452a83e3216e3f80ab52c commit: d80df8c1a599b9b23d0452a83e3216e3f80ab52c branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: kumaraditya303 date: 2025-07-03T04:31:43Z summary: [3.

[Python-checkins] gh-135836: Fix `IndexError` in `asyncio.create_connection()` (#135875)

2025-07-02 Thread kumaraditya303
https://github.com/python/cpython/commit/9084b151567d02936ea1374961809b69b4cd883d commit: 9084b151567d02936ea1374961809b69b4cd883d branch: main author: Serhiy Storchaka committer: kumaraditya303 date: 2025-07-03T09:38:39+05:30 summary: gh-135836: Fix `IndexError` in `asyncio.create_connection

[Python-checkins] [3.14] gh-135836: Fix `IndexError` in `asyncio.create_connection` with empty exceptions list (GH-135845) (#136167)

2025-07-02 Thread kumaraditya303
https://github.com/python/cpython/commit/8810ccfc601e02fcca3350a9c698cad2008bad4f commit: 8810ccfc601e02fcca3350a9c698cad2008bad4f branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: kumaraditya303 date: 2025-07-03T09:37:18+05:30 summary:

[Python-checkins] [3.13] gh-135836: Fix `IndexError` in `asyncio.create_connection` with empty exceptions list (GH-135845) (#136168)

2025-07-02 Thread kumaraditya303
https://github.com/python/cpython/commit/1994d2e5b139d825973f643b2ee4470fb34b76e0 commit: 1994d2e5b139d825973f643b2ee4470fb34b76e0 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: kumaraditya303 date: 2025-07-03T09:37:28+05:30 summary:

[Python-checkins] gh-135836: Fix `IndexError` in `asyncio.create_connection` with empty exceptions list (#135845)

2025-07-01 Thread kumaraditya303
https://github.com/python/cpython/commit/0e19db653dfa1a6e750e9cede1f6922e5fd1e808 commit: 0e19db653dfa1a6e750e9cede1f6922e5fd1e808 branch: main author: heliang666s <147408835+heliang6...@users.noreply.github.com> committer: kumaraditya303 date: 2025-07-01T11:50:11Z summary: gh-13583

[Python-checkins] gh-123471: Make itertools.product and itertools.combinations thread-safe (#132814)

2025-06-30 Thread kumaraditya303
https://github.com/python/cpython/commit/847d1c2cb4014f122df64e0db0b3b554c01779c6 commit: 847d1c2cb4014f122df64e0db0b3b554c01779c6 branch: main author: Pieter Eendebak committer: kumaraditya303 date: 2025-06-30T11:31:59Z summary: gh-123471: Make itertools.product and itertools.combinations

[Python-checkins] gh-135607: remove null checking of weakref list in dealloc of extension modules and objects (#135614)

2025-06-30 Thread kumaraditya303
https://github.com/python/cpython/commit/b1056c2a446b43452e457d5fd5f1bde66afd3883 commit: b1056c2a446b43452e457d5fd5f1bde66afd3883 branch: main author: Xuanteng Huang <44627253+xuante...@users.noreply.github.com> committer: kumaraditya303 date: 2025-06-30T11:14:31Z summary: gh-135607:

[Python-checkins] gh-123471: Make itertools.chain thread-safe (#135689)

2025-06-30 Thread kumaraditya303
https://github.com/python/cpython/commit/0533c1faf27d1e50b062bb623dfad93288757f57 commit: 0533c1faf27d1e50b062bb623dfad93288757f57 branch: main author: Pieter Eendebak committer: kumaraditya303 date: 2025-06-30T16:36:58+05:30 summary: gh-123471: Make itertools.chain thread-safe (#135689) files

[Python-checkins] gh-136017: avoid decref in rich compare for bool objects (#136018)

2025-06-27 Thread kumaraditya303
https://github.com/python/cpython/commit/e23518fa96583d0190d457adb807b19545df26cf commit: e23518fa96583d0190d457adb807b19545df26cf branch: main author: Pieter Eendebak committer: kumaraditya303 date: 2025-06-27T14:31:51+05:30 summary: gh-136017: avoid decref in rich compare for bool objects

[Python-checkins] GH-124878: reenable `test_finalize_daemon_thread_hang` test under TSAN (#135793)

2025-06-23 Thread kumaraditya303
https://github.com/python/cpython/commit/99712c45ccaab4bbe83eac38d73bab91bf0f4a02 commit: 99712c45ccaab4bbe83eac38d73bab91bf0f4a02 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-06-23T21:38:57+05:30 summary: GH-124878: reenable `test_finalize_daemon_thread_hang` test

[Python-checkins] add async generators section to asyncio internal docs (#135674)

2025-06-23 Thread kumaraditya303
https://github.com/python/cpython/commit/0d9d48959e050b66cb37a333940ebf4dc2a74e15 commit: 0d9d48959e050b66cb37a333940ebf4dc2a74e15 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-06-23T06:22:28Z summary: add async generators section to asyncio internal docs (#135674

[Python-checkins] [3.14] gh-135557: use atomic stores in `heapq` operations in free-threading (GH-135601) (#135787)

2025-06-21 Thread kumaraditya303
https://github.com/python/cpython/commit/e388b29a107d782f76b90d3fed278a6d1cf1c0de commit: e388b29a107d782f76b90d3fed278a6d1cf1c0de branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: kumaraditya303 date: 2025-06-21T16:32:27+05:30 summary:

[Python-checkins] gh-130605: reenable `test_concurrent_futures` tests under TSAN (#135790)

2025-06-21 Thread kumaraditya303
https://github.com/python/cpython/commit/b14986c91464b06e9016678637e41d0e0192bbe8 commit: b14986c91464b06e9016678637e41d0e0192bbe8 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-06-21T22:03:17+05:30 summary: gh-130605: reenable `test_concurrent_futures` tests under TSAN

[Python-checkins] gh-135557: use atomic stores in `heapq` operations in free-threading (#135601)

2025-06-21 Thread kumaraditya303
https://github.com/python/cpython/commit/13cac833471885564cbfde72a4cbac64ade3137a commit: 13cac833471885564cbfde72a4cbac64ade3137a branch: main author: Xuanteng Huang <44627253+xuante...@users.noreply.github.com> committer: kumaraditya303 date: 2025-06-21T14:13:15+05:30 summary: gh-13555

[Python-checkins] gh-135380: enhance critical section held assertions (#135381)

2025-06-20 Thread kumaraditya303
https://github.com/python/cpython/commit/a8ec511900d0d84cffbb4ee6419c9a790d131129 commit: a8ec511900d0d84cffbb4ee6419c9a790d131129 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-06-20T22:43:23+05:30 summary: gh-135380: enhance critical section held assertions (#135381

  1   2   3   4   5   6   >