]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-123091: Use _Py_IsImmortalLoose() (#123511) (#123600)
authorVictor Stinner <vstinner@python.org>
Mon, 2 Sep 2024 13:23:29 +0000 (15:23 +0200)
committerGitHub <noreply@github.com>
Mon, 2 Sep 2024 13:23:29 +0000 (15:23 +0200)
commit10735bff9e097626ea319ac19aab0e16a57729e1
tree6d3877c4c1cfdae35d6a69d13eea1867be2af3fd
parentb76a4a5db7b4f97942b2cd7027f5a59ce7cbb523
[3.13] gh-123091: Use _Py_IsImmortalLoose() (#123511) (#123600)

gh-123091: Use _Py_IsImmortalLoose() (#123511)

Use _Py_IsImmortalLoose() in bytesobject.c, typeobject.c
and ceval.c.

(cherry picked from commit f1a0d96f41db9dfa5d7f0b32e72f6f7301a86f91)
Include/internal/pycore_opcode_metadata.h
Include/internal/pycore_uop_metadata.h
Objects/bytesobject.c
Objects/typeobject.c
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h