]> granicus.if.org Git - python/commit
What if you call lst.__init__() while it is being sorted? :-)
authorArmin Rigo <arigo@tunes.org>
Fri, 30 Jul 2004 11:20:18 +0000 (11:20 +0000)
committerArmin Rigo <arigo@tunes.org>
Fri, 30 Jul 2004 11:20:18 +0000 (11:20 +0000)
commita37bbf2e5bf9d0854a774cdd1a972d0b7cc9e733
tree27cbe2d9013b1a704f5b21144ca3916db1bc9617
parentc0aaa2db4f7c33c490f91d00c894ffa6395c74fc
What if you call lst.__init__() while it is being sorted?  :-)
The invariant checks would break.
Objects/listobject.c