]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-151763: Fix crash in `_interpqueues.create` on `MemoryError` (GH-152131...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 25 Jun 2026 07:29:31 +0000 (09:29 +0200)
committerGitHub <noreply@github.com>
Thu, 25 Jun 2026 07:29:31 +0000 (07:29 +0000)
commite09bc5f0be09dab3f602702b155c9b7c98d799fc
treedc1808bfa830e7cc9cc46f9eb13c9c51f657bab0
parent7ca8f3667ce3fc9360a3c5ccd61ac56eac0e8839
[3.13] gh-151763: Fix crash in `_interpqueues.create` on `MemoryError` (GH-152131) (#152160)

gh-151763: Fix crash in `_interpqueues.create` on `MemoryError` (GH-152131)
(cherry picked from commit a6c2d4ae3bd744610e1a8b70396effdabca1593d)

Co-authored-by: sobolevn <mail@sobolevn.me>
Misc/NEWS.d/next/Library/2026-06-25-01-00-43.gh-issue-151763.wWeHBe.rst [new file with mode: 0644]
Modules/_interpqueuesmodule.c