[Tim] > This does everything the DECREF macros did *except* to call the platform > free() on the now-dead string-object keys. [Rainer Deyke] > It also doesn't call the destroyed objects' destructors. In the test program, the dict keys were string objects, and the string object destructor consists solely of calling the free().