]> granicus.if.org Git - python/commit
Any call to insort_{left,right} with a non-list leaked a reference to None
authorMichael W. Hudson <mwh@python.net>
Mon, 2 Aug 2004 13:24:54 +0000 (13:24 +0000)
committerMichael W. Hudson <mwh@python.net>
Mon, 2 Aug 2004 13:24:54 +0000 (13:24 +0000)
commitc9f510aed2e41666372579b578fb3c590e346386
treebd7c1dcdcbc3ad9a52d18379a3f31704c1ded2da
parentf8df9a89bcb8304862ed22328b40240535ddeafc
Any call to insort_{left,right} with a non-list leaked a reference to None
(or to whatever the 'insert' method chose to return).
Modules/_bisectmodule.c