commit | da0a0673b18014559d321faae19f755a33c23d2a | [log] [tgz] |
---|---|---|
author | Michael W. Hudson <mwh@python.net> | Fri Aug 15 12:06:41 2003 +0000 |
committer | Michael W. Hudson <mwh@python.net> | Fri Aug 15 12:06:41 2003 +0000 |
tree | 7ea6d118d8eaf8a04b7a8bcb388ddd436f62acb9 | |
parent | 465fa3dac49e5bbbb7904c755ff999dd5362c83e [diff] |
My last fix left n used unitialized in tha a==b case. Fix, by not using n at all in that case. Needs to be applied to release23-maint, too.