Change return type of py.None(), py.NotImplemented(), and py.Ellipsis() from PyObject to typed singletons (&PyNone, &PyNotImplemented and PyEllipsis respectively).
py.None()
py.NotImplemented()
py.Ellipsis()
PyObject
&PyNone
&PyNotImplemented
PyEllipsis