For anyone that may come across this, as of 3.10 there is now the Py_IsNone() function which the docs state:
Test if an object is the None singleton, the same as x is None in Python.
None
x is None