### Documentation The [warning](https://docs.python.org/3.15/c-api/exceptions.html#c.PyErr_SetRaisedException) states that `exc` must be a valid exception. However `NULL` is also a valid value.
Documentation
The warning states that
excmust be a valid exception. HoweverNULLis also a valid value.