Create a new instance of a specific class without calling it's
constructor. class is the class of new object. The
dict parameter will be used as the object's __dict__;
if NULL, a new dictionary will be created for the instance.
Release 2.3a0, documentation updated on March 24, 2002.