]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-151126: Fix a possible crash during the startup with no memory under `Py_ST...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 30 Jun 2026 11:55:16 +0000 (13:55 +0200)
committerGitHub <noreply@github.com>
Tue, 30 Jun 2026 11:55:16 +0000 (11:55 +0000)
commitfd4965de331ccbc0bc5003664275f6ccbcac160e
tree67559ecd050fc49ae4fa566f5b1c547e2ac5addd
parent940be2e2161883d1a908f5020369b858345beace
[3.14] gh-151126: Fix a possible crash during the startup with no memory under `Py_STACKREF_DEBUG` (GH-152478) (#152678)

gh-151126: Fix a possible crash during the startup with no memory under `Py_STACKREF_DEBUG` (GH-152478)
(cherry picked from commit ecdef1773006529b0fea6639d0effeecbb41679c)

Co-authored-by: sobolevn <mail@sobolevn.me>
Python/pystate.c