]> granicus.if.org Git - python/commit
_PyWeakref_GetWeakrefCount() now returns a Py_ssize_t instead of long.
authorNeal Norwitz <nnorwitz@gmail.com>
Wed, 2 Aug 2006 06:14:22 +0000 (06:14 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Wed, 2 Aug 2006 06:14:22 +0000 (06:14 +0000)
commitc5e060dee65a03ca2401487315d6c45dead09fe1
tree6e511f92022cb278324a4a2fb2b581988eed3939
parent5fb9c20f2a6c76279e16420255758855d6d98432
_PyWeakref_GetWeakrefCount() now returns a Py_ssize_t instead of long.
Include/weakrefobject.h
Misc/NEWS
Modules/_weakref.c
Objects/weakrefobject.c