mirror of
https://github.com/python/cpython.git
synced 2026-05-14 00:18:52 -04:00
3f236dee3a
object pointers. Should be a bit faster than the C library's qsort(), and doesn't have the prohibition on recursion that Solaris qsort() has in the threaded version of their C library. Thanks to discussions with Tim Peters.