]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fixed resizestring() to work if reference tracing is turned on.
authorGuido van Rossum <guido@python.org>
Sun, 18 Nov 1990 17:30:23 +0000 (17:30 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 18 Nov 1990 17:30:23 +0000 (17:30 +0000)
commit921842f2c2a4f4124ff80f95e3f613c3f0dcc8d5
tree744cb42248c39e56137ca7fbf44fc0abb104f84f
parentda0c6bdfe36a58e9f6ba3408e843d1afb3733056
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...
Objects/stringobject.c