We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
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
Linked PRs