Program very slow to finish

Tim Peters tim.one at home.com
Tue Nov 6 00:32:19 EST 2001


[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().





More information about the Python-list mailing list