]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] 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:32:24 +0000 (09:32 +0200)
committerGitHub <noreply@github.com>
Thu, 25 Jun 2026 07:32:24 +0000 (07:32 +0000)
commit703c9bf976227f2d5b90e9dfe47564ab345a7383
tree8987183591514c20ac246de4b2d7eb693c0f4921
parent7d5e2dd398eff5ac3aa60133a09c313f6b7b6d64
[3.15] gh-151763: Fix crash in `_interpqueues.create` on `MemoryError` (GH-152131) (#152158)

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