[Python-checkins] gh-126896: Fix docs about `asyncio.start_server()` (#126897)

2024-11-17 Thread 1st1
https://github.com/python/cpython/commit/0c5c80928c476ac0dcb9a053b15a562af899cfba commit: 0c5c80928c476ac0dcb9a053b15a562af899cfba branch: main author: beavailable committer: 1st1 date: 2024-11-17T11:32:35-08:00 summary: gh-126896: Fix docs about `asyncio.start_server()` (#126897) files: M Doc

[Python-checkins] gh-126080: fix UAF on `task->task_context` in `task_call_step_soon` due to an evil `loop.__getattribute__` (#126120)

2024-10-31 Thread 1st1
https://github.com/python/cpython/commit/0e8665554b2f1334e530fd6de5b3a4e908405419 commit: 0e8665554b2f1334e530fd6de5b3a4e908405419 branch: main author: Bénédikt Tran <[email protected]> committer: 1st1 date: 2024-10-31T10:14:47-07:00 summary: gh-126080: fix UAF on

[Python-checkins] [3.12] gh-124958: fix asyncio.TaskGroup and _PyFuture refcycles (#124959) (#125466)

2024-10-16 Thread 1st1
https://github.com/python/cpython/commit/32d457941e8b39c0300e02632f932d1556b7beee commit: 32d457941e8b39c0300e02632f932d1556b7beee branch: 3.12 author: Thomas Grainger committer: 1st1 date: 2024-10-16T21:45:59-07:00 summary: [3.12] gh-124958: fix asyncio.TaskGroup and _PyFuture refcycles

[Python-checkins] gh-124958: Revert "gh-125472: Revert "gh-124958: fix asyncio.TaskGroup and _PyFuture refcycles ... (#125486)

2024-10-14 Thread 1st1
https://github.com/python/cpython/commit/0b28ea4a35dc7c68c97127f7aad8f0175d77c520 commit: 0b28ea4a35dc7c68c97127f7aad8f0175d77c520 branch: main author: Thomas Grainger committer: 1st1 date: 2024-10-14T15:45:58-07:00 summary: gh-124958: Revert "gh-125472: Revert "gh-124958: fix asyncio

[Python-checkins] gh-124872: Replace enter/exit events with "switched" (#124776)

2024-10-14 Thread 1st1
https://github.com/python/cpython/commit/843d28f59d2616d052d9d45f31823976da07f0f3 commit: 843d28f59d2616d052d9d45f31823976da07f0f3 branch: main author: Richard Hansen committer: 1st1 date: 2024-10-14T12:28:41-07:00 summary: gh-124872: Replace enter/exit events with "switched" (#1247

[Python-checkins] [3.13] gh-124958: fix asyncio.TaskGroup and _PyFuture refcycles (GH-124959) (#125463)

2024-10-14 Thread 1st1
https://github.com/python/cpython/commit/4e08c9829269525f097407ef017ebffd165e4ea9 commit: 4e08c9829269525f097407ef017ebffd165e4ea9 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: 1st1 date: 2024-10-14T15:45:49Z summary: [3.13] gh-

[Python-checkins] gh-124958: fix asyncio.TaskGroup and _PyFuture refcycles (#124959)

2024-10-14 Thread 1st1
https://github.com/python/cpython/commit/d5dbbf4372cd3dbf3eead1cc70ddc4261c061fd9 commit: d5dbbf4372cd3dbf3eead1cc70ddc4261c061fd9 branch: main author: Thomas Grainger committer: 1st1 date: 2024-10-14T08:19:56-07:00 summary: gh-124958: fix asyncio.TaskGroup and _PyFuture refcycles (#124959

[Python-checkins] gh-124872: Change PyContext_WatchCallback to take PyObject (#124737)

2024-10-12 Thread 1st1
https://github.com/python/cpython/commit/330c527299a5380f39c658bfa9321706cabc445d commit: 330c527299a5380f39c658bfa9321706cabc445d branch: main author: Richard Hansen committer: 1st1 date: 2024-10-12T13:57:27-07:00 summary: gh-124872: Change PyContext_WatchCallback to take PyObject (#124737

[Python-checkins] gh-124872: Move PyThreadState to first argument for consistency (#124774)

2024-10-12 Thread 1st1
https://github.com/python/cpython/commit/62d5a53a0b2a5262a86984cfe9817aeb653ebfca commit: 62d5a53a0b2a5262a86984cfe9817aeb653ebfca branch: main author: Richard Hansen committer: 1st1 date: 2024-10-12T12:33:00-07:00 summary: gh-124872: Move PyThreadState to first argument for consistency

[Python-checkins] [3.12] gh-124309: fix staggered race on eager tasks (GH-124847) (#125340)

2024-10-11 Thread 1st1
https://github.com/python/cpython/commit/ac7ddac68d01ab8d63872770a44e96c46c44 commit: ac7ddac68d01ab8d63872770a44e96c46c44 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: 1st1 date: 2024-10-11T20:12:11-07:00 summary: [3.

[Python-checkins] [3.13] gh-124309: fix staggered race on eager tasks (GH-124847) (#125339)

2024-10-11 Thread 1st1
https://github.com/python/cpython/commit/b4c504d76ff3aa42943854571fa7610db5407e80 commit: b4c504d76ff3aa42943854571fa7610db5407e80 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: 1st1 date: 2024-10-11T20:11:53-07:00 summary: [3.

[Python-checkins] gh-124309: fix staggered race on eager tasks (#124847)

2024-10-11 Thread 1st1
https://github.com/python/cpython/commit/979c0df7c0adfb744159a5fc184043dc733d8534 commit: 979c0df7c0adfb744159a5fc184043dc733d8534 branch: main author: Thomas Grainger committer: 1st1 date: 2024-10-11T16:31:06-07:00 summary: gh-124309: fix staggered race on eager tasks (#124847) This patch is

[Python-checkins] gh-124872: Refine contextvars documentation (#124773)

2024-10-09 Thread 1st1
https://github.com/python/cpython/commit/99400930ac1d4e5e10a5ae30f8202d8bc2661e39 commit: 99400930ac1d4e5e10a5ae30f8202d8bc2661e39 branch: main author: Richard Hansen committer: 1st1 date: 2024-10-09T16:44:03-07:00 summary: gh-124872: Refine contextvars documentation (#124773) * Add

[Python-checkins] gh-124858: fix happy eyeballs refcyles (#124859)

2024-10-02 Thread 1st1
https://github.com/python/cpython/commit/c066bf553577d1000e208eb078d9e758c3e41186 commit: c066bf553577d1000e208eb078d9e758c3e41186 branch: main author: Thomas Grainger committer: 1st1 date: 2024-10-02T16:32:31-07:00 summary: gh-124858: fix happy eyeballs refcyles (#124859) files: A Misc/NEWS.d