]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Make cPickle use the recently-added PyInstance_NewRaw() API to create
authorFred Drake <fdrake@acm.org>
Thu, 22 Mar 2001 17:52:17 +0000 (17:52 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 22 Mar 2001 17:52:17 +0000 (17:52 +0000)
commit2c7735593766e948036c2c714b4b2c41542f9743
tree5cf079ef2100b6921cd5c0a38a7fd91b9678a037
parent53f5968f9be616e1818fe831e012d917dd225ad7
Make cPickle use the recently-added PyInstance_NewRaw() API to create
instance objects without calling the constructor.  This is the same as
the new.instance() function.
Modules/cPickle.c