Commit 74001fad authored by Benjamin Peterson's avatar Benjamin Peterson

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.
parent aff9ceff
......@@ -377,6 +377,7 @@ Paul ten Hagen
Rasmus Hahn
Peter Haight
Václav Haisman
Zbigniew Halas
Bob Halley
Jesse Hallio
Jun Hamano
......
......@@ -9,6 +9,8 @@ What's New in Python 2.7.5?
Core and Builtins
-----------------
- Issue #17610: Don't rely on non-standard behavior of the C qsort() function.
Library
-------
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment