mirror of
https://github.com/ukui/kernel.git
synced 2026-03-09 10:07:04 -07:00
The sort order of dictionaries in Python is undocumented. Use tuples instead, which are documented to be lexically ordered. Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>