]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-151126: Fix a possible crash during the startup with no memory under `Py_STACKREF_...
authorsobolevn <mail@sobolevn.me>
Tue, 30 Jun 2026 11:28:17 +0000 (14:28 +0300)
committerGitHub <noreply@github.com>
Tue, 30 Jun 2026 11:28:17 +0000 (14:28 +0300)
commitecdef1773006529b0fea6639d0effeecbb41679c
tree0b064c48e17329c89fc9056b0d6574efc6f7291a
parentb383aa6e1a8ea53fdeed88c71fbc34d8b2d1fde9
gh-151126: Fix a possible crash during the startup with no memory under `Py_STACKREF_DEBUG` (#152478)
Python/pystate.c