]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] 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:31:26 +0000 (09:31 +0200)
committerGitHub <noreply@github.com>
Thu, 25 Jun 2026 07:31:26 +0000 (07:31 +0000)
commit00b8dabd5fea39a738af5b3a021a96542586d806
tree3c04103f0fc1249eeb9b588c430d8c804684c4d7
parent6e61e3c15292e9a51e9234f59f80da298acf6eff
[3.14] gh-151763: Fix crash in `_interpqueues.create` on `MemoryError` (GH-152131) (#152159)

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