The Python Oracle

Are dictionaries ordered in Python 3.6+?

Become part of the top 3% of the developers by applying to Toptal https://topt.al/25cXVn

--

Music by Eric Matyas
https://www.soundimage.org
Track title: Hypnotic Puzzle4

--

Chapters
00:00 Question
01:57 Accepted answer (Score 779)
07:41 Answer 2 (Score 82)
08:37 Answer 3 (Score 36)
08:54 Answer 4 (Score 22)
09:31 Thank you

--

Full question
https://stackoverflow.com/questions/3998...

Question links:
[documentation]: https://docs.python.org/3.6/whatsnew/3.6...
[pioneered by PyPy]: https://morepypy.blogspot.com/2015/01/fa...
[PEP 468]: https://www.python.org/dev/peps/pep-0468
[issue 27350]: https://bugs.python.org/issue27350
[originally suggested by Raymond Hettinger]: https://mail.python.org/pipermail/python...
[guaranteed]: https://mail.python.org/pipermail/python...

Accepted answer links:
[From a python-dev message by GvR]: https://mail.python.org/pipermail/python...
[dk_entries]: https://github.com/python/cpython/blob/4...
[of type ]: https://github.com/python/cpython/blob/c...
[dk_indices]: https://github.com/python/cpython/blob/c...
[int8_t]: https://github.com/python/cpython/blob/c...
[int32_t]: https://github.com/python/cpython/blob/c...
[int64_t]: https://github.com/python/cpython/blob/c...
[for performance reasons]: https://github.com/python/cpython/blob/4...
[on Python-Dev]: https://mail.python.org/pipermail/python...
[In the original proposal made by Raymond Hettinger]: https://mail.python.org/pipermail/python...
[key-lookups, for example]: https://github.com/python/cpython/blob/4...

Answer 2 links:
[here]: https://news.ycombinator.com/item?i
[see]: https://stackoverflow.com/a/47837132/144...

Answer 3 links:
[announced on the mailing list]: https://mail.python.org/pipermail/python...

Answer 4 links:
[See what's new in python 3.8]: https://docs.python.org/3.8/whatsnew/3.8...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#python #python3x #dictionary #pythoninternals #python36

#avk47