commit | 921842f2c2a4f4124ff80f95e3f613c3f0dcc8d5 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Sun Nov 18 17:30:23 1990 +0000 |
committer | Guido van Rossum <guido@python.org> | Sun Nov 18 17:30:23 1990 +0000 |
tree | 744cb42248c39e56137ca7fbf44fc0abb104f84f | |
parent | da0c6bdfe36a58e9f6ba3408e843d1afb3733056 [diff] |
Fixed resizestring() to work if reference tracing is turned on. The realloc() call would move the list head without fixing the pointers to in the the chain of allocated objects...