]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Rename dubiously named local variable 'cmpfunc' -- this is also a
authorGuido van Rossum <guido@python.org>
Mon, 29 Jan 2001 23:50:25 +0000 (23:50 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 29 Jan 2001 23:50:25 +0000 (23:50 +0000)
commit3202c6fac875615efae017c6f6219a498f6fc90e
tree22d94dfa450cd285a076e16d3adcc57c8e93fa9b
parent2b724da8d9cd0c41a51e798eca75018ce155e997
Rename dubiously named local variable 'cmpfunc' -- this is also a
typedef, and at least one compiler choked on this.

(SF patch #103457, by bquinlan)
Objects/classobject.c