]> granicus.if.org Git - python/commit
My last fix left n used unitialized in tha a==b case.
authorMichael W. Hudson <mwh@python.net>
Fri, 15 Aug 2003 12:06:41 +0000 (12:06 +0000)
committerMichael W. Hudson <mwh@python.net>
Fri, 15 Aug 2003 12:06:41 +0000 (12:06 +0000)
commitda0a0673b18014559d321faae19f755a33c23d2a
tree7ea6d118d8eaf8a04b7a8bcb388ddd436f62acb9
parent465fa3dac49e5bbbb7904c755ff999dd5362c83e
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.
Objects/listobject.c