Closed as not planned
Description
Bug report
Bug description:
https://github.com/python/cpython/blob/main/Python/pystate.c#L3016
To prevent dangling pointer issues, adding a check for NULL ensures that invalid pointers are not dereferenced
https://github.com/python/cpython/blob/main/Python/pystate.c#L3016
To prevent dangling pointer issues, adding a check for NULL ensures that invalid pointers are not dereferenced