]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
list slotdefs in offset order rather than sorting them (closes #17610)
authorBenjamin Peterson <benjamin@python.org>
Mon, 1 Apr 2013 21:41:41 +0000 (17:41 -0400)
committerBenjamin Peterson <benjamin@python.org>
Mon, 1 Apr 2013 21:41:41 +0000 (17:41 -0400)
commit6395241471fb21a308d1d3595de7e704de0b97ae
tree9b1eed39d056b37175dfc3aff7e4181b07077bd5
parentf8ffec061755ea1c40ef5dcdc7c68178c1fb4c4d
list slotdefs in offset order rather than sorting them (closes #17610)

This means we can remove our usage of qsort() than relied on undefined behavior.
Misc/NEWS
Objects/typeobject.c