]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
The return value from PyObject_ClearWeakRefs() is no longer meaningful,
authorFred Drake <fdrake@acm.org>
Mon, 26 Feb 2001 18:56:37 +0000 (18:56 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 26 Feb 2001 18:56:37 +0000 (18:56 +0000)
commitb60654bc15597f4b08fb6d97774d655ae5176ca4
treec0ced5ef94b82d6a48e24c80de8f2b7c3cffde7e
parent4f9b13bac8335d4614499673a3349b2c97401f12
The return value from PyObject_ClearWeakRefs() is no longer meaningful,
so make it void.
Include/object.h
Modules/_weakref.c
Objects/classobject.c
Objects/object.c