Program very slow to finish
Tim Peters
tim.one at home.com
Tue Nov 6 00:32:19 EST 2001
More information about the Python-list mailing list
Tue Nov 6 00:32:19 EST 2001
- Previous message (by thread): Program very slow to finish
- Next message (by thread): Program very slow to finish
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
[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().
- Previous message (by thread): Program very slow to finish
- Next message (by thread): Program very slow to finish
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list