]> granicus.if.org Git - python/commit
Adjust the _weakref module to use the public API for the weak reference
authorFred Drake <fdrake@acm.org>
Fri, 5 Oct 2001 22:00:24 +0000 (22:00 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 5 Oct 2001 22:00:24 +0000 (22:00 +0000)
commitf7f8cad548678b3b41da042e3c6544f3b36f28f2
tree63af405aeb78ab596aa5db636aab0e0faa0b899e
parentb3f0d349b62e0dbd909fc4012c031b44b4c72916
Adjust the _weakref module to use the public API for the weak reference
objects.  This is now simply a shim to give weakref.py access to the
underlying implementation.
Modules/_weakref.c