]> 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>
Sun, 7 Apr 2013 13:52:59 +0000 (09:52 -0400)
committerBenjamin Peterson <benjamin@python.org>
Sun, 7 Apr 2013 13:52:59 +0000 (09:52 -0400)
commit74001fad7d15f96f5c01b4b42fab16a4d5791ff9
tree9aaf2d28a14b972a5056586a014b10eec5c05897
parentaff9ceff3ce951f45520af1a03841ce7af7ed45f
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.

Backport by Zbigniew Halas.
Misc/ACKS
Misc/NEWS
Objects/typeobject.c