]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] 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:56:43 +0000 (13:56 +0200)
committerGitHub <noreply@github.com>
Tue, 30 Jun 2026 11:56:43 +0000 (11:56 +0000)
commit0f3e91b1f87697fe143032577f3e2f0f964fe672
tree0c7cf9169fd8b5761ccf03b4157f3f4cff205311
parenteebdbfdec524df8a6f42aed51fc52461b9ed49c2
[3.15] gh-151126: Fix a possible crash during the startup with no memory under `Py_STACKREF_DEBUG` (GH-152478) (#152677)

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