diff options
author | Petr Viktorin <encukou@gmail.com> | 2024-09-02 16:17:48 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-02 16:17:48 (GMT) |
commit | 57c471a6880956338549380fc5fb35c986937901 (patch) | |
tree | 57833b1f0b12f5408dc75b67afe3d3384d677e45 /Tools/build | |
parent | 5002f17794a9f403540305c733698d1e01699490 (diff) | |
download | cpython-57c471a6880956338549380fc5fb35c986937901.zip cpython-57c471a6880956338549380fc5fb35c986937901.tar.gz cpython-57c471a6880956338549380fc5fb35c986937901.tar.bz2 |
gh-123091: Use more _Py_IsImmortalLoose() (GH-123602)
Switch more _Py_IsImmortal(...) assertions to _Py_IsImmortalLoose(...)
The remaining calls to _Py_IsImmortal are in free-threaded-only code,
initialization of core objects, tests, and guards that fall back to
code that works with mortal objects.
Diffstat (limited to 'Tools/build')
0 files changed, 0 insertions, 0 deletions