Workaround/Best-practice: type(None) instead of directly accessing the dunder-attribute with None.__class__. Thanks @chepner from the comments of the question.
type(None)
None.__class__