Kaydet (Commit) 74001fad authored tarafından 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.
üst aff9ceff
...@@ -377,6 +377,7 @@ Paul ten Hagen ...@@ -377,6 +377,7 @@ Paul ten Hagen
Rasmus Hahn Rasmus Hahn
Peter Haight Peter Haight
Václav Haisman Václav Haisman
Zbigniew Halas
Bob Halley Bob Halley
Jesse Hallio Jesse Hallio
Jun Hamano Jun Hamano
......
...@@ -9,6 +9,8 @@ What's New in Python 2.7.5? ...@@ -9,6 +9,8 @@ What's New in Python 2.7.5?
Core and Builtins Core and Builtins
----------------- -----------------
- Issue #17610: Don't rely on non-standard behavior of the C qsort() function.
Library 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