]> granicus.if.org Git - python/commit
new_instance(): Use PyInstance_NewRaw() instead of knowing too much
authorFred Drake <fdrake@acm.org>
Sun, 28 Jan 2001 03:55:09 +0000 (03:55 +0000)
committerFred Drake <fdrake@acm.org>
Sun, 28 Jan 2001 03:55:09 +0000 (03:55 +0000)
commitceb2bff09ee06304ce4d2c49ecd79bac7fd84298
treeb7018ab94bed48373570c2ff07671cdde25a2857
parent5cc2c8c3c8d9809c45fee8d638dae431b56e773d
new_instance():  Use PyInstance_NewRaw() instead of knowing too much
    about the internal initialization of instance objects.  Make the
    dict parameter optional, and allow None as equivalent to omission.
Modules/newmodule.c