]> granicus.if.org Git - python/commit
Fudge. stropmodule and stringobject both had copies of the buggy
authorTim Peters <tim.peters@gmail.com>
Thu, 10 May 2001 00:05:33 +0000 (00:05 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 10 May 2001 00:05:33 +0000 (00:05 +0000)
commit4cd44ef4bfc5803c842df14fe9caacf765dd84ca
tree777b646c7412a09beff5c4399a80617871ce2051
parent1a7b3eee946183c75eddecafe76c60e87c6f5e7d
Fudge.  stropmodule and stringobject both had copies of the buggy
mymemXXX stuff, and they were already out of synch.  Fix the remaining
bugs in both and get them back in synch.
Bugfix release candidate.
Modules/stropmodule.c
Objects/stringobject.c