SIGN IN SIGN UP

Add a function _Py_ReadyTypes() which initializes various and sundry

types -- currently Type, List, None and NotImplemented.  To be called
from Py_Initialize() instead of accumulating calls there.

Also rename type(None) to NoneType and type(NotImplemented) to
NotImplementedType -- naming the type identical to the object was
confusing.
G
Guido van Rossum committed
ba21a49f9d55edf699d40b9a6a5a5499a4b233b4
Parent: 82fc51c