]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
The weakref support in PyObject_InitVar() as well; this should have come out
authorFred Drake <fdrake@acm.org>
Thu, 3 May 2001 20:04:49 +0000 (20:04 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 3 May 2001 20:04:49 +0000 (20:04 +0000)
commit41a39669d296bb5b3b8fc7a8c4281b82d0ea5ecf
tree46715f396f5dd120ce537b4c48749d9957e743ea
parent03d855434dcb913be40b8d8a5823973c37f410ef
The weakref support in PyObject_InitVar() as well; this should have come out
at the same time as it did from PyObject_Init() .
Objects/object.c