]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Refactoring: rename update_these_slots() into update_subclasses() and
authorGuido van Rossum <guido@python.org>
Mon, 24 Mar 2003 23:49:49 +0000 (23:49 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 24 Mar 2003 23:49:49 +0000 (23:49 +0000)
commit8d24ee97dfa0e300f8b775faee7a53ad2a02ecac
tree006c0660588142f1ee7a606d64381618618b9810
parentb39903b0a0f1660714939002170d26f020ffc85a
Refactoring: rename update_these_slots() into update_subclasses() and
generalize to take a callback function and a void * data argument.
This might come in handy later... :-)
Objects/typeobject.c